Skip to content

Commit ad9d887

Browse files
Bump kotlin from 2.1.10 to 2.3.0
Bumps `kotlin` from 2.1.10 to 2.3.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.10 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.1.10 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-allopen` from 2.1.10 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38cbcf9 commit ad9d887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
val kotlin = "2.1.10"
15+
val kotlin = "2.3.0"
1616
val helm = "2.2.0"
1717
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.3")
1818
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin")

0 commit comments

Comments
 (0)