Skip to content

Commit acf262d

Browse files
Gradle: Bump jvm from 2.0.21 to 2.2.21
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.21) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba7a439 commit acf262d

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.2.21"
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)