Skip to content

Commit 0f27d6e

Browse files
Bump plugin.spring from 1.9.10 to 2.1.10
Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v2.1.10) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 487a6f6 commit 0f27d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-wot-integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "1.9.10"
2+
kotlin("plugin.spring") version "2.1.10"
33
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
44
id("io.spring.dependency-management") version "1.1.3"
55
}

kotlin-wot-spring-boot-starter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "1.9.10"
2+
kotlin("plugin.spring") version "2.1.10"
33
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
44
id("io.spring.dependency-management") version "1.1.3"
55
}

0 commit comments

Comments
 (0)