We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df1759 commit db2fcaeCopy full SHA for db2fcae
1 file changed
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
plugins {
4
id("org.springframework.boot") version "3.1.1" apply false
5
id("io.spring.dependency-management") version "1.1.0" apply false
6
- kotlin("jvm") version "1.8.21" apply false
+ kotlin("jvm") version "1.9.10" apply false
7
kotlin("plugin.spring") version "1.8.21" apply false
8
kotlin("plugin.jpa") version "1.8.21" apply false
9
}
0 commit comments