Skip to content

Commit 4e6adfa

Browse files
Bump kotlinVersion from 2.0.10 to 2.1.0 in /buildSrc
Bumps `kotlinVersion` from 2.0.10 to 2.1.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.10 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-allopen` from 2.0.10 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 165a5c9 commit 4e6adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
val kotlinVersion = "2.0.10"
10+
val kotlinVersion = "2.1.0"
1111
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // kotlin("jvm")
1212
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // kotlin("plugin.spring")
1313
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.1") // id("org.springframework.boot")

0 commit comments

Comments
 (0)