Skip to content

Commit e531118

Browse files
Bump plugin.spring from 1.9.10 to 2.1.20
Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.10 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v2.1.20) --- 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 c4d94de commit e531118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.springframework.boot.gradle.tasks.bundling.BootJar
22

33
plugins {
4-
kotlin("plugin.spring") version "1.9.10"
4+
kotlin("plugin.spring") version "2.1.20"
55
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
66
id("io.spring.dependency-management") version "1.1.3"
77
}

kotlin-wot-tool-example/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
22
import java.net.URI
33

44
plugins {
5-
kotlin("plugin.spring") version "1.9.10"
5+
kotlin("plugin.spring") version "2.1.20"
66
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
77
id("io.spring.dependency-management") version "1.1.3"
88
}

0 commit comments

Comments
 (0)