Skip to content

Commit f0ba4fd

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 4472385 commit f0ba4fd

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
@@ -6,7 +6,7 @@ import kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension
66
import org.gradle.kotlin.dsl.implementation
77

88
plugins {
9-
val kotlinVersion = "2.0.21"
9+
val kotlinVersion = "2.1.20"
1010
kotlin("jvm") version kotlinVersion
1111
id("com.diffplug.spotless") version "7.0.3"
1212
id("org.springframework.boot") version "3.4.4" apply false

0 commit comments

Comments
 (0)