We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada834c commit ca62ef2Copy full SHA for ca62ef2
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
id("org.springframework.boot") version "3.3.1"
5
id("io.spring.dependency-management") version "1.1.5"
6
kotlin("jvm") version "2.0.0"
7
- kotlin("plugin.spring") version "2.0.0"
+ kotlin("plugin.spring") version "2.1.10"
8
kotlin("plugin.jpa") version "2.0.0"
9
kotlin("kapt") version "2.0.0"
10
}
0 commit comments