Skip to content

Commit ed6c98a

Browse files
chore(deps): bump kotlinPluginVersion from 1.9.23 to 2.0.0
Bumps `kotlinPluginVersion` from 1.9.23 to 2.0.0. Updates `plugin.spring` from 1.9.23 to 2.0.0 - [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.0.0) Updates `plugin.allopen` from 1.9.23 to 2.0.0 - [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.0.0) Updates `plugin.noarg` from 1.9.23 to 2.0.0 - [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.0.0) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major - dependency-name: plugin.allopen dependency-type: direct:production update-type: version-update:semver-major - dependency-name: plugin.noarg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c38b5d commit ed6c98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
val kotlinPluginVersion = "1.9.23"
4+
val kotlinPluginVersion = "2.0.0"
55
id("org.springframework.boot") version "3.2.5"
66
id("io.spring.dependency-management") version "1.1.5"
77
kotlin("jvm") version "1.9.23"

0 commit comments

Comments
 (0)