Skip to content

Commit 9cd530e

Browse files
Gradle: Bump kotlinVersion from 2.0.21 to 2.2.0
Bumps `kotlinVersion` from 2.0.21 to 2.2.0. Updates `jvm` from 2.0.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.0) Updates `plugin.spring` from 2.0.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.0) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.spring dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d30a62e commit 9cd530e

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
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434

3535
plugins {
36-
val kotlinVersion = "2.0.21"
36+
val kotlinVersion = "2.2.0"
3737
kotlin("jvm") version kotlinVersion
3838
kotlin("plugin.spring") version kotlinVersion apply false
3939
id("pl.allegro.tech.build.axion-release") version "1.18.18"

0 commit comments

Comments
 (0)