diff --git a/build.gradle.kts b/build.gradle.kts index a955588..6243094 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,8 +41,8 @@ subprojects { implementation("org.seasar.doma:doma-slf4j:${domaVersion}") runtimeOnly("ch.qos.logback:logback-classic:1.5.11") runtimeOnly("com.h2database:h2:2.3.232") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") } eclipse {