This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ subprojects {
6464
6565 dependencies {
6666 " testImplementation" (platform(" org.testcontainers:testcontainers-bom:1.16.0" ))
67- " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.8.0 " )
68- " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.8.0 " )
67+ " testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.8.1 " )
68+ " testRuntimeOnly" (" org.junit.jupiter:junit-jupiter-engine:5.8.1 " )
6969 " testRuntimeOnly" (" com.h2database:h2:1.4.200" )
7070 " testRuntimeOnly" (" mysql:mysql-connector-java:8.0.26" )
7171 " testRuntimeOnly" (" com.oracle.database.jdbc:ojdbc8-production:18.15.0.0" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation(" org.seasar.doma:doma-core:${domaVersion} " )
2121 implementation(" org.seasar.doma:doma-slf4j:${domaVersion} " )
2222 implementation(" ch.qos.logback:logback-classic:1.2.6" )
23- implementation(" org.junit.jupiter:junit-jupiter-api:5.8.0 " )
23+ implementation(" org.junit.jupiter:junit-jupiter-api:5.8.1 " )
2424}
2525
2626spotless {
You can’t perform that action at this time.
0 commit comments