We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca19747 commit 114e000Copy full SHA for 114e000
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
val kotlinPluginVersion = "1.9.23"
5
id("org.springframework.boot") version "3.2.5"
6
id("io.spring.dependency-management") version "1.1.4"
7
- kotlin("jvm") version "1.9.23"
+ kotlin("jvm") version "2.0.0"
8
kotlin("plugin.spring") version kotlinPluginVersion
9
10
// Ktlint Formatter
0 commit comments