File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ repositories {
3939dependencies {
4040 implementation " org.seasar.doma:doma-core:$domaVersion "
4141 annotationProcessor " org.seasar.doma:doma-processor:$domaVersion "
42- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.1 '
43- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.1 '
42+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.2 '
43+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.2 '
4444 testRuntimeOnly " com.h2database:h2:$h2Version "
4545}
4646
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ repositories {
5959dependencies {
6060 implementation ' org.freemarker:freemarker:2.3.30'
6161 testImplementation " org.seasar.doma:doma-core:2.36.0"
62- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.1 '
62+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.2 '
6363 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.6.1'
64- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.1 '
64+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.2 '
6565}
6666
6767groovydoc. enabled = false
You can’t perform that action at this time.
0 commit comments