File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22out
33.idea
44.gradle
5+ .kotlin
56/.sdkmanrc
67/codegen /src /main /kotlin
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ subprojects {
5050 testImplementation(kotlin(" test" ))
5151 if (project !in springBootProjects) {
5252 testImplementation(kotlin(" test" ))
53+ testImplementation(platform(catalog.junit.bom))
5354 testImplementation(catalog.junit.api)
55+ testRuntimeOnly(catalog.junit.launcher)
5456 testRuntimeOnly(catalog.junit.engine)
5557 }
5658 }
Original file line number Diff line number Diff line change 11[versions ]
2- junit = " 5.11.4 "
2+ junit = " 5.12.0 "
33komapper = " 5.2.0"
44kotlin = " 2.1.10"
55ksp = " 2.1.10-1.0.31"
@@ -65,8 +65,10 @@ thymeleaf-layout-dialect = { module = "nz.net.ultraq.thymeleaf:thymeleaf-layout-
6565webjars-jquery = { module = " org.webjars:jquery" , version = " 3.7.1" }
6666webjars-locator = { module = " org.webjars:webjars-locator" , version = " 0.52" }
6767
68- junit-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
69- junit-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
68+ junit-bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
69+ junit-api = { module = " org.junit.jupiter:junit-jupiter-api" }
70+ junit-engine = { module = " org.junit.jupiter:junit-jupiter-engine" }
71+ junit-launcher = { module = " org.junit.platform:junit-platform-launcher" }
7072kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
7173
7274[plugins ]
You can’t perform that action at this time.
0 commit comments