File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ repositories {
4242dependencies {
4343 implementation " org.seasar.doma:doma-core:$domaVersion "
4444 annotationProcessor " org.seasar.doma:doma-processor:$domaVersion "
45- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
46- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
45+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
46+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
4747 testRuntimeOnly " com.h2database:h2:$h2Version "
4848}
4949
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ repositories {
5757dependencies {
5858 implementation(" org.freemarker:freemarker:2.3.32" )
5959 testImplementation(" org.seasar.doma:doma-core:2.62.1" )
60- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
61- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.0 " )
62- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
60+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
61+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.1 " )
62+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
6363}
6464
6565tasks {
You can’t perform that action at this time.
0 commit comments