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.
1 parent b53164a commit b302babCopy full SHA for b302bab
build.gradle.kts
@@ -29,8 +29,8 @@ dependencies {
29
implementation("org.seasar.doma:doma-slf4j:$domaVersion")
30
runtimeOnly("ch.qos.logback:logback-classic:1.5.6")
31
runtimeOnly("com.h2database:h2:1.4.200")
32
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
33
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
34
}
35
36
repositories {
0 commit comments