Skip to content

Commit 40b7f08

Browse files
Gradle: Bump jvm from 1.9.23 to 2.1.20
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 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.23...v2.1.20) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bcf014 commit 40b7f08

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
@@ -5,7 +5,7 @@ import io.gitlab.arturbosch.detekt.Detekt
55
import org.gradle.kotlin.dsl.implementation
66

77
plugins {
8-
val kotlinVersion = "1.9.23"
8+
val kotlinVersion = "2.1.20"
99
kotlin("jvm") version kotlinVersion
1010
id("com.diffplug.spotless") version "7.0.2"
1111
id("org.springframework.boot") version "3.4.1" apply false

0 commit comments

Comments
 (0)