Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group across 11 directories with 45 updates #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the dev-dependencies group with 2 updates in the /material/app-compose-multiplatform directory: androidx.activity:activity-compose and androidx.core:core-ktx.
Bumps the dev-dependencies group with 3 updates in the /material/app-compose-multiplatform-with-web directory: androidx.activity:activity-compose, androidx.core:core-ktx and org.jetbrains.kotlinx:kotlinx-coroutines-swing.
Bumps the dev-dependencies group with 1 update in the /material/app-native-wasi directory: multiplatform.
Bumps the dev-dependencies group with 13 updates in the /material/fullstack-app-kmp directory:

Package From To
androidx.activity:activity-compose 1.9.2 1.10.0
org.jetbrains.kotlin.jvm 2.0.20 2.1.10
plugin.serialization 2.0.20 2.1.10
androidx.compose.ui:ui 1.7.2 1.7.7
androidx.compose.ui:ui-tooling 1.7.2 1.7.7
androidx.compose.foundation:foundation 1.7.2 1.7.7
androidx.compose.material:material 1.7.2 1.7.7
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0 1.10.1
org.jetbrains.kotlinx:kotlinx-html-jvm 0.11.0 0.12.0
ch.qos.logback:logback-classic 1.5.8 1.5.16
org.jetbrains.kotlin-wrappers:kotlin-react 18.3.1-pre.814 19.0.0-pre.860
org.jetbrains.kotlin-wrappers:kotlin-react-dom 18.3.1-pre.814 19.0.0-pre.860
org.jetbrains.kotlin-wrappers:kotlin-emotion 11.13.3-pre.814 11.14.0-pre.860

Bumps the dev-dependencies group with 3 updates in the /material/rest-api-http4k directory: org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-engine and jvm.
Bumps the dev-dependencies group with 3 updates in the /material/rest-api-ktor-server directory: jvm, io.ktor.plugin and org.jetbrains.kotlin.plugin.serialization.
Bumps the dev-dependencies group with 5 updates in the /material/rest-api-spring-kotlin directory:

Package From To
jvm 2.0.20 2.1.10
org.springframework.boot 3.3.4 3.4.2
io.spring.dependency-management 1.1.6 1.1.7
plugin.spring 2.0.20 2.1.10
plugin.jpa 2.0.20 2.1.10

Bumps the dev-dependencies group with 19 updates in the /material/rest-api-ui-ktor-quiz-collector directory:

Package From To
org.jetbrains.kotlin:kotlin-test-junit 2.0.20 2.1.10
org.jetbrains.kotlin.jvm 2.0.20 2.1.10
org.jetbrains.kotlinx:kotlinx-html-jvm 0.11.0 0.12.0
ch.qos.logback:logback-classic 1.5.8 1.5.16
io.ktor:ktor-server-compression-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-html-builder-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-core-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-cors-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-host-common-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-content-negotiation-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-serialization-kotlinx-json-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-webjars-jvm 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-cio 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-config-yaml 3.0.0-rc-1 3.0.3
io.ktor:ktor-server-test-host-jvm 3.0.0-rc-1 3.0.3
io.ktor.plugin 3.0.0-rc-1 3.0.3
org.jetbrains.kotlin.plugin.serialization 2.0.20 2.1.10
org.graalvm.buildtools.native 0.10.3 0.10.4
io.github.smiley4:ktor-swagger-ui 3.4.0 4.1.6

Bumps the dev-dependencies group with 3 updates in the /material/samples directory: org.gradle.toolchains.foojay-resolver-convention, org.junit.jupiter:junit-jupiter and com.google.guava:guava.
Bumps the dev-dependencies group with 1 update in the /material/webapp-kotlin-wasm directory: multiplatform.
Bumps the dev-dependencies group with 6 updates in the /material/webapp-vaadin-spring-kotlindsl-demo directory:

Package From To
jvm 2.0.20 2.1.10
org.springframework.boot 3.3.4 3.4.2
io.spring.dependency-management 1.1.6 1.1.7
plugin.spring 2.0.20 2.1.10
com.github.mvysny.karibudsl:karibu-dsl 2.1.4 2.3.2
com.vaadin 24.4.13 24.6.4

Updates androidx.activity:activity-compose from 1.9.2 to 1.10.0

Updates androidx.core:core-ktx from 1.13.1 to 1.15.0

Updates androidx.activity:activity-compose from 1.9.2 to 1.10.0

Updates androidx.core:core-ktx from 1.13.1 to 1.15.0

Updates org.jetbrains.kotlinx:kotlinx-coroutines-swing from 1.9.0 to 1.10.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-swing's releases.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-swing's changelog.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

Version 1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • ee92d16 Version 1.10.1
  • 9a773f1 Ignore a flaky test
  • 2a9b88c Fix binary incompatibility introduced in #4261 (#4310)
  • 33b18cd Version 1.10.0
  • d2f2717 Merge remote-tracking branch 'origin/master' into develop
  • bed3d29 Introduce Flow.any, Flow.all, Flow.none
  • ec83195 Disable timing-sensitive test on Windows
  • 8f83057 Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)
  • f8c0304 Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)
  • 2cafea4 Update Kotlin to 2.1.0 (#4284)
  • Additional commits viewable in compare view

Updates multiplatform from 2.1.0-Beta1 to 2.1.20-Beta2

Release notes

Sourced from multiplatform's releases.

Kotlin 2.1.20-Beta2

Changelog

Analysis API

  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. FIR

Performance Improvements

  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase

Fixes

  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-69671 TYPES phase contract violation through JavaSymbolProvider

Analysis API. Light Classes

  • KT-73492 K2. FP error in Java file when using @JvmSuppressWildcards annotation without arguments

Analysis API. Providers and Caches

  • KT-69247 Analysis API: Invalidate sessions after builtins modification events
  • KT-72704 ISE: No 'org.jetbrains.kotlin.fir.scopes.impl.FirDelegatedMembersFilter'(53) in array owner: LLFirBuiltinsAndCloneableSession for Builtins for JS/wasm-js (JS)
  • KT-67148 Analysis API: Introduce a weak reference cache for the original KtSymbol in KtSymbolPointer

Analysis API. Standalone

  • KT-73776 Analysis API Standalone: Application services are missing registrations in tests and Dokka

Analysis API. Surface

New Features

  • KT-73414 Analysis API: Support typealiased constructors in KaConstructorSymbol

Performance Improvements

... (truncated)

Changelog

Sourced from multiplatform's changelog.

2.1.20-Beta2

Analysis API

  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. FIR

Performance Improvements

  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase

Fixes

  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-69671 TYPES phase contract violation through JavaSymbolProvider

Analysis API. Light Classes

  • KT-73492 K2. FP error in Java file when using @JvmSuppressWildcards annotation without arguments

Analysis API. Providers and Caches

  • KT-69247 Analysis API: Invalidate sessions after builtins modification events
  • KT-72704 ISE: No 'org.jetbrains.kotlin.fir.scopes.impl.FirDelegatedMembersFilter'(53) in array owner: LLFirBuiltinsAndCloneableSession for Builtins for JS/wasm-js (JS)
  • KT-67148 Analysis API: Introduce a weak reference cache for the original KtSymbol in KtSymbolPointer

Analysis API. Standalone

  • KT-73776 Analysis API Standalone: Application services are missing registrations in tests and Dokka

Analysis API. Surface

New Features

  • KT-73414 Analysis API: Support typealiased constructors in KaConstructorSymbol

Performance Improvements

  • KT-74112 UI freeze: AnyThreadWriteThreadingSupport.getWritePermit

... (truncated)

Commits
  • 92e78de Edit ChangeLog for 2.1.20-Beta2
  • 894a92f Add ChangeLog for 2.1.20-Beta1
  • 8a02e48 Add ChangeLog for 2.1.20-Beta2
  • 0203958 Revert "[Gradle] Don't try resolving PSM artifact for non-shared source sets"
  • 2ef5111 [Gradle] Fix KMP/Jvm binaries DSL incompatible with Groovy scripts
  • 5cac4d4 [Gradle, Wasm] Introduce a workaround with AC trying to read property before ...
  • dcf37d2 [Gradle] Don't try resolving PSM artifact for non-shared source sets
  • e0b227a [PowerAssert] Compare via operator should show only the boolean result
  • 1a2835e [PowerAssert] Detect implicit call arguments by origin
  • 8b6880c KT-74676: Use ExperimentalAtomicApi on Wasm
  • Additional commits viewable in compare view

Updates androidx.activity:activity-compose from 1.9.2 to 1.10.0

Updates org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates plugin.serialization from 2.0.20 to 2.1.10

Release notes

Sourced from plugin.serialization's releases.

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

Sourced from plugin.serialization's changelog.

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates androidx.compose.ui:ui from 1.7.2 to 1.7.7

Updates androidx.compose.ui:ui-tooling from 1.7.2 to 1.7.7

Updates androidx.compose.ui:ui-tooling-preview from 1.7.2 to 1.7.7

Updates androidx.compose.foundation:foundation from 1.7.2 to 1.7.7

Updates androidx.compose.material:material from 1.7.2 to 1.7.7

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

Version 1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • ee92d16 Version 1.10.1
  • 9a773f1 Ignore a flaky test
  • 2a9b88c Fix binary incompatibility introduced in #4261 (#4310)
  • 33b18cd Version 1.10.0
  • d2f2717 Merge remote-tracking branch 'origin/master' into develop
  • bed3d29 Introduce Flow.any, Flow.all, Flow.none
  • ec83195 Disable timing-sensitive test on Windows
  • 8f83057 Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)
  • f8c0304 Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)
  • 2cafea4 Update Kotlin to 2.1.0 (#4284)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-html-jvm from 0.11.0 to 0.12.0

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-html-jvm's releases.

0.12.0

What's Changed

New Contributors

Full Changelog: Kotlin/kotlinx.html@0.11.0...0.12.0

Commits
  • 5a8158a Release 0.12.0
  • abd631c Update kotlin to 2.0.20
  • a181b8a Support android native targets and wasm-wasi (#288)
  • 363b34e Using correct string type for input attribute "autocomplete" (#278)
  • b4a6eae Make attribute traits inheritable (#280)
  • d12685e Automatically request review for new PRs
  • 2454cff Reworked the validation of attribute names to better correspond to HTML stand...
  • a502c9f Upgrading Kotlin to 2.0.0 (#282)
  • bc9ec34 Added "auto" value for "dir" attribute (#275)
  • 5f61eca Added srcset attribute to "source" tag (#273)
  • Additional commits viewable in compare view

Updates `ch.qos.logback:logback-...

Description has been truncated

Bumps the dev-dependencies group with 2 updates in the /material/app-compose-multiplatform directory: androidx.activity:activity-compose and androidx.core:core-ktx.
Bumps the dev-dependencies group with 3 updates in the /material/app-compose-multiplatform-with-web directory: androidx.activity:activity-compose, androidx.core:core-ktx and [org.jetbrains.kotlinx:kotlinx-coroutines-swing](https://github.com/Kotlin/kotlinx.coroutines).
Bumps the dev-dependencies group with 1 update in the /material/app-native-wasi directory: [multiplatform](https://github.com/JetBrains/kotlin).
Bumps the dev-dependencies group with 13 updates in the /material/fullstack-app-kmp directory:

| Package | From | To |
| --- | --- | --- |
| androidx.activity:activity-compose | `1.9.2` | `1.10.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| androidx.compose.ui:ui | `1.7.2` | `1.7.7` |
| androidx.compose.ui:ui-tooling | `1.7.2` | `1.7.7` |
| androidx.compose.foundation:foundation | `1.7.2` | `1.7.7` |
| androidx.compose.material:material | `1.7.2` | `1.7.7` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) | `0.11.0` | `0.12.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.16` |
| [org.jetbrains.kotlin-wrappers:kotlin-react](https://github.com/JetBrains/kotlin-wrappers) | `18.3.1-pre.814` | `19.0.0-pre.860` |
| [org.jetbrains.kotlin-wrappers:kotlin-react-dom](https://github.com/JetBrains/kotlin-wrappers) | `18.3.1-pre.814` | `19.0.0-pre.860` |
| [org.jetbrains.kotlin-wrappers:kotlin-emotion](https://github.com/JetBrains/kotlin-wrappers) | `11.13.3-pre.814` | `11.14.0-pre.860` |

Bumps the dev-dependencies group with 3 updates in the /material/rest-api-http4k directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and jvm.
Bumps the dev-dependencies group with 3 updates in the /material/rest-api-ktor-server directory: jvm, io.ktor.plugin and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).
Bumps the dev-dependencies group with 5 updates in the /material/rest-api-spring-kotlin directory:

| Package | From | To |
| --- | --- | --- |
| jvm | `2.0.20` | `2.1.10` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.4.2` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |

Bumps the dev-dependencies group with 19 updates in the /material/rest-api-ui-ktor-quiz-collector directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) | `0.11.0` | `0.12.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.16` |
| [io.ktor:ktor-server-compression-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-html-builder-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-cors-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-host-common-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-content-negotiation-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-serialization-kotlinx-json-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-webjars-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-config-yaml](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| [io.ktor:ktor-server-test-host-jvm](https://github.com/ktorio/ktor) | `3.0.0-rc-1` | `3.0.3` |
| io.ktor.plugin | `3.0.0-rc-1` | `3.0.3` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `0.10.3` | `0.10.4` |
| [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.4.0` | `4.1.6` |

Bumps the dev-dependencies group with 3 updates in the /material/samples directory: org.gradle.toolchains.foojay-resolver-convention, [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [com.google.guava:guava](https://github.com/google/guava).
Bumps the dev-dependencies group with 1 update in the /material/webapp-kotlin-wasm directory: [multiplatform](https://github.com/JetBrains/kotlin).
Bumps the dev-dependencies group with 6 updates in the /material/webapp-vaadin-spring-kotlindsl-demo directory:

| Package | From | To |
| --- | --- | --- |
| jvm | `2.0.20` | `2.1.10` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.4.2` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [com.github.mvysny.karibudsl:karibu-dsl](https://github.com/mvysny/karibu-dsl) | `2.1.4` | `2.3.2` |
| com.vaadin | `24.4.13` | `24.6.4` |



Updates `androidx.activity:activity-compose` from 1.9.2 to 1.10.0

Updates `androidx.core:core-ktx` from 1.13.1 to 1.15.0

Updates `androidx.activity:activity-compose` from 1.9.2 to 1.10.0

Updates `androidx.core:core-ktx` from 1.13.1 to 1.15.0

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-swing` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `multiplatform` from 2.1.0-Beta1 to 2.1.20-Beta2
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.20-Beta2/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0-Beta1...v2.1.20-Beta2)

Updates `androidx.activity:activity-compose` from 1.9.2 to 1.10.0

Updates `org.jetbrains.kotlin.jvm` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `plugin.serialization` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `androidx.compose.ui:ui` from 1.7.2 to 1.7.7

Updates `androidx.compose.ui:ui-tooling` from 1.7.2 to 1.7.7

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.2 to 1.7.7

Updates `androidx.compose.foundation:foundation` from 1.7.2 to 1.7.7

Updates `androidx.compose.material:material` from 1.7.2 to 1.7.7

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-html-jvm` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/Kotlin/kotlinx.html/releases)
- [Commits](Kotlin/kotlinx.html@0.11.0...0.12.0)

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.16)

Updates `org.jetbrains.kotlin-wrappers:kotlin-react` from 18.3.1-pre.814 to 19.0.0-pre.860
- [Release notes](https://github.com/JetBrains/kotlin-wrappers/releases)
- [Changelog](https://github.com/JetBrains/kotlin-wrappers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/kotlin-wrappers/commits)

Updates `org.jetbrains.kotlin-wrappers:kotlin-react-dom` from 18.3.1-pre.814 to 19.0.0-pre.860
- [Release notes](https://github.com/JetBrains/kotlin-wrappers/releases)
- [Changelog](https://github.com/JetBrains/kotlin-wrappers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/kotlin-wrappers/commits)

Updates `org.jetbrains.kotlin-wrappers:kotlin-react-dom` from 18.3.1-pre.814 to 19.0.0-pre.860
- [Release notes](https://github.com/JetBrains/kotlin-wrappers/releases)
- [Changelog](https://github.com/JetBrains/kotlin-wrappers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/kotlin-wrappers/commits)

Updates `org.jetbrains.kotlin-wrappers:kotlin-emotion` from 11.13.3-pre.814 to 11.14.0-pre.860
- [Release notes](https://github.com/JetBrains/kotlin-wrappers/releases)
- [Changelog](https://github.com/JetBrains/kotlin-wrappers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/kotlin-wrappers/commits)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.4)

Updates `jvm` from 2.0.20 to 2.1.10

Updates `jvm` from 2.0.20 to 2.1.10

Updates `io.ktor.plugin` from 2.3.12 to 3.0.3

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `jvm` from 2.0.20 to 2.1.10

Updates `org.springframework.boot` from 3.3.4 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.4.2)

Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

Updates `plugin.spring` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `plugin.jpa` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `org.jetbrains.kotlin.jvm` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `org.jetbrains.kotlinx:kotlinx-html-jvm` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/Kotlin/kotlinx.html/releases)
- [Commits](Kotlin/kotlinx.html@0.11.0...0.12.0)

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.16)

Updates `io.ktor:ktor-server-compression-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-html-builder-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-core-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-cors-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-host-common-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-content-negotiation-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-webjars-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-cio` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-config-yaml` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-test-host-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor.plugin` from 3.0.0-rc-1 to 3.0.3

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `org.graalvm.buildtools.native` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.10.3...0.10.4)

Updates `io.ktor:ktor-server-compression-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-html-builder-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-core-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-cors-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-host-common-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-content-negotiation-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-webjars-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.github.smiley4:ktor-swagger-ui` from 3.4.0 to 4.1.6
- [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases)
- [Commits](SMILEY4/ktor-openapi-tools@3.4.0...4.1.6)

Updates `io.ktor:ktor-server-cio` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-config-yaml` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `io.ktor:ktor-server-test-host-jvm` from 3.0.0-rc-1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0-rc-1...3.0.3)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.8.0 to 0.9.0

Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.4)

Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `multiplatform` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.20-Beta2/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0-Beta1...v2.1.20-Beta2)

Updates `jvm` from 2.0.20 to 2.1.10

Updates `org.springframework.boot` from 3.3.4 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.4.2)

Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

Updates `plugin.spring` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)

Updates `com.github.mvysny.karibudsl:karibu-dsl` from 2.1.4 to 2.3.2
- [Commits](mvysny/karibu-dsl@2.1.4...2.3.2)

Updates `com.vaadin` from 24.4.13 to 24.6.4

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin-wrappers:kotlin-emotion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-compression-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-html-builder-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-cors-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-host-common-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-webjars-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-config-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-test-host-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.graalvm.buildtools.native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-compression-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-html-builder-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-cors-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-host-common-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-webjars-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-config-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.ktor:ktor-server-test-host-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.github.mvysny.karibudsl:karibu-dsl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.vaadin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2025
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.

0 participants