We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada834c commit c255408Copy full SHA for c255408
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
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"
8
- kotlin("plugin.jpa") version "2.0.0"
+ kotlin("plugin.jpa") version "2.0.10"
9
kotlin("kapt") version "2.0.0"
10
}
11
0 commit comments