nais / start.nais.io

https://start.nais.io
MIT License
4 stars 2 forks source link

Bump the all-deps group with 11 updates #39

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the all-deps group with 11 updates:

Package From To
io.micrometer:micrometer-registry-prometheus 1.11.3 1.11.4
io.ktor:ktor-server-content-negotiation 2.3.3 2.3.4
io.ktor:ktor-serialization-kotlinx-json 2.3.3 2.3.4
io.ktor:ktor-server-status-pages 2.3.3 2.3.4
io.ktor:ktor-server-core 2.3.3 2.3.4
io.ktor:ktor-server-netty 2.3.3 2.3.4
io.ktor:ktor-server-metrics-micrometer 2.3.3 2.3.4
io.ktor:ktor-server-test-host 2.3.3 2.3.4
jvm 1.9.0 1.9.10
plugin.serialization 1.9.0 1.9.10
com.github.ben-manes.versions 0.47.0 0.48.0

Updates io.micrometer:micrometer-registry-prometheus from 1.11.3 to 1.11.4

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.11.4

:lady_beetle: Bug Fixes

  • Ensure LongTaskTimer and FunctionTimer produce consistent data #3985

:hammer: Dependency Upgrades

  • Use context-propagation 1.0.5 #4078
  • Upgrade to AWS SDK 2.20.143 #4076
  • Upgrade to Spectator 1.6.10 #4075
  • Upgrade to Mockito 5.5.0 #4074
  • Upgrade to Kotlin 1.7.21 #4057
  • Upgrade to Testcontainers 1.19.0 #4073
  • Upgrade to H2 2.2.222 #4072
  • Upgrade to SignalFx 1.0.34 #4071
  • Upgrade to AWS SDK 1.12.546 #4070
  • Upgrade to Reactor 3.4.32, Reactor Netty 1.0.35, and Netty 4.1.97 #4065
  • Bump actions/checkout from 3 to 4 #4059

:memo: Tasks

  • Upgrade foojay-resolver-convention to 0.7.0 #4069
  • Upgrade to Gradle Wrapper 8.3 #4036

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​izeye and @​pirgeo

Commits


Updates io.ktor:ktor-server-content-negotiation from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-serialization-kotlinx-json from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-server-status-pages from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-status-pages's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-status-pages's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-server-core from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-core's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-core's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-server-netty from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-server-metrics-micrometer from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-metrics-micrometer's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-metrics-micrometer's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates io.ktor:ktor-server-test-host from 2.3.3 to 2.3.4

Release notes

Sourced from io.ktor:ktor-server-test-host's releases.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Changelog

Sourced from io.ktor:ktor-server-test-host's changelog.

2.3.4

Published 31 August 2023

Bugfixes

  • The "charset=UTF-8" part is automatically added to the application/json Content-Type (KTOR-6183)
  • MicrometerMetricsConfig default registry leaks coroutine (KTOR-6178)
  • Darwin: App hangs when sending a huge MultiPart request without access to network (KTOR-6147)
  • NPE in JavaClientEngine body() call (KTOR-6190)
  • Digest Auth: algorithm isn't specified in the Authorization header (KTOR-3391)
  • Confusing NoTransformationFoundException (KTOR-6064)
  • Cookie name-value pairs should be separated by a semicolon instead of a comma (KTOR-5868)
Commits
  • 32b9395 KTOR-6251 Release 2.3.4 (#3741)
  • ce50296 KTOR-5868 Fix the delimiter for a Cookie name-value pairs (#3739)
  • d17b3d9 KTOR-6064 Fix documentation and message of NoTransformationFoundException (#3...
  • d720899 KTOR-3391 Fix Digest Auth: algorithm isn't specified in the Authorization hea...
  • ddc3ff3 KTOR-6190 Handle NPE in JavaClientEngine body() call (#3728)
  • e637c4a KTOR-6147 Darwin: App hangs when streaming request without connection (#3720)
  • 3c7e8c0 KTOR-6178 MicrometerMetricsConfig default registry leaks coroutine (#3721)
  • e56b8bd KTOR-6183 The "charset=UTF-8" part is automatically added to the `application...
  • See full diff in compare view


Updates jvm from 1.9.0 to 1.9.10

Release notes

Sourced from jvm's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from jvm's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view


Updates plugin.serialization from 1.9.0 to 1.9.10

Release notes

Sourced from plugin.serialization's releases.

Kotlin 1.9.10

Changelog

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c
Changelog

Sourced from plugin.serialization's changelog.

1.9.10

Compiler

  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type

Native

  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4

Native. C and ObjC Import

  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1

Tools. Gradle

  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension
Commits
  • 3db61ef [K/JS] Revert KT-60785 fix because the 1.9.0 contains old schema for function...
  • 3584af4 Add ChangeLog for 1.9.10
  • 7bab2db Remove gson from compiler fat jar
  • b925404 [K/JS] Fix autoboxing for inlined function ^KT-60785 Fixed
  • 5801279 [JS IR] De-optimize equality operator as workaround for KT-57509
  • 79d3dda [K/N] Update osVersionMin for arm ios and tvos simulators
  • 955598c [K/N] Pick minimal iOS/tvOS depending on the Xcode version
  • b1aa582 [K/N] Do not check caches consistency until all of them are built
  • 0f6d84c [K/N][tests] Added a reproducer for #KT-60371
  • d3b8607 [K/N][tests] Fixed CachesAutoBuildTest
  • Additional commits viewable in compare view


Updates com.github.ben-manes.versions from 0.47.0 to 0.48.0

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions