Skip to content

Commit 114e000

Browse files
chore(deps): bump jvm from 1.9.23 to 2.0.0
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca19747 commit 114e000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
val kotlinPluginVersion = "1.9.23"
55
id("org.springframework.boot") version "3.2.5"
66
id("io.spring.dependency-management") version "1.1.4"
7-
kotlin("jvm") version "1.9.23"
7+
kotlin("jvm") version "2.0.0"
88
kotlin("plugin.spring") version kotlinPluginVersion
99

1010
// Ktlint Formatter

0 commit comments

Comments
 (0)