Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24.

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 8, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.33%. Comparing base (88e8481) to head (8aea206).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3339   +/-   ##
=========================================
  Coverage     85.33%   85.33%           
  Complexity     2924     2924           
=========================================
  Files           336      336           
  Lines          8907     8907           
  Branches       1109     1109           
=========================================
  Hits           7601     7601           
  Misses         1013     1013           
  Partials        293      293           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimvdLippe TimvdLippe merged commit 25ad018 into main May 8, 2024
@TimvdLippe TimvdLippe deleted the dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-1.9.24 branch May 8, 2024 20:22
ndwlocatieservices added a commit to ndwnu/nls-geometry that referenced this pull request May 27, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | test | minor | `5.11.0` -> `5.12.0` |
| [org.geotools:gt-geojson-core](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-extension](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-referencing](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-hsql](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | minor | `3.2.5` -> `3.3.0` |

---

### Release Notes

<details>
<summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary>

### [`v5.12.0`](https://github.com/mockito/mockito/releases/tag/v5.12.0)

[Compare Source](mockito/mockito@v5.11.0...v5.12.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.12.0

-   2024-05-11 - [25 commit(s)](mockito/mockito@v5.11.0...v5.12.0) by Piotr Przybylak, Stefano Cordio, Tim van der Lippe, dependabot\[bot], jonghoonpark
-   Bump com.gradle.enterprise from 3.17.2 to 3.17.3 [(#&#8203;3341)](mockito/mockito#3341)
-   Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 [(#&#8203;3339)](mockito/mockito#3339)
-   Bump versions.bytebuddy from 1.14.14 to 1.14.15 [(#&#8203;3338)](mockito/mockito#3338)
-   Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 [(#&#8203;3337)](mockito/mockito#3337)
-   Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 [(#&#8203;3336)](mockito/mockito#3336)
-   Fixes [#&#8203;3331](mockito/mockito#3331) : Fix `AdditionalMatchers.and()` and `AdditionalMatchers.or()` not to swap the order of matchers [(#&#8203;3335)](mockito/mockito#3335)
-   AdditionalMatchers.and() and or() swap matcher order [(#&#8203;3331)](mockito/mockito#3331)
-   Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 [(#&#8203;3327)](mockito/mockito#3327)
-   Bump versions.bytebuddy from 1.14.13 to 1.14.14 [(#&#8203;3324)](mockito/mockito#3324)
-   Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 [(#&#8203;3322)](mockito/mockito#3322)
-   Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 [(#&#8203;3320)](mockito/mockito#3320)
-   Bump com.gradle.enterprise from 3.17 to 3.17.2 [(#&#8203;3318)](mockito/mockito#33...
ndwlocatieservices added a commit to ndwnu/nls-geometry that referenced this pull request Jun 28, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | test | minor | `5.11.0` -> `5.12.0` |
| [org.geotools:gt-geojson-core](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-extension](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-referencing](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-hsql](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | minor | `3.2.5` -> `3.3.0` |

---

### Release Notes

<details>
<summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary>

### [`v5.12.0`](https://github.com/mockito/mockito/releases/tag/v5.12.0)

[Compare Source](mockito/mockito@v5.11.0...v5.12.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.12.0

-   2024-05-11 - [25 commit(s)](mockito/mockito@v5.11.0...v5.12.0) by Piotr Przybylak, Stefano Cordio, Tim van der Lippe, dependabot\[bot], jonghoonpark
-   Bump com.gradle.enterprise from 3.17.2 to 3.17.3 [(#&#8203;3341)](mockito/mockito#3341)
-   Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 [(#&#8203;3339)](mockito/mockito#3339)
-   Bump versions.bytebuddy from 1.14.14 to 1.14.15 [(#&#8203;3338)](mockito/mockito#3338)
-   Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 [(#&#8203;3337)](mockito/mockito#3337)
-   Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 [(#&#8203;3336)](mockito/mockito#3336)
-   Fixes [#&#8203;3331](mockito/mockito#3331) : Fix `AdditionalMatchers.and()` and `AdditionalMatchers.or()` not to swap the order of matchers [(#&#8203;3335)](mockito/mockito#3335)
-   AdditionalMatchers.and() and or() swap matcher order [(#&#8203;3331)](mockito/mockito#3331)
-   Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 [(#&#8203;3327)](mockito/mockito#3327)
-   Bump versions.bytebuddy from 1.14.13 to 1.14.14 [(#&#8203;3324)](mockito/mockito#3324)
-   Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 [(#&#8203;3322)](mockito/mockito#3322)
-   Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 [(#&#8203;3320)](mockito/mockito#3320)
-   Bump com.gradle.enterprise from 3.17 to 3.17.2 [(#&#8203;3318)](mockito/mockito#33...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants