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.
2 parents 97e08b7 + 32e15ea commit 7766ef3Copy full SHA for 7766ef3
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.0" apply false
5
id("io.spring.dependency-management") version "1.1.0" apply false
6
- kotlin("jvm") version "1.8.10" apply false
+ kotlin("jvm") version "1.8.21" 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