We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469720b commit 0baa0f5Copy full SHA for 0baa0f5
build.gradle.kts
@@ -41,7 +41,7 @@ subprojects {
41
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
42
runtimeOnly("ch.qos.logback:logback-classic:1.5.17")
43
runtimeOnly("com.h2database:h2:2.3.232")
44
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
45
testImplementation("org.junit.jupiter:junit-jupiter-api")
46
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
47
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments