File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ repositories {
3232dependencies {
3333 annotationProcessor " org.seasar.doma:doma:$domaVersion "
3434 implementation " org.seasar.doma:doma:$domaVersion "
35- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
36- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
35+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
36+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3 '
3737}
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ dependencies {
4242 kapt " org.seasar.doma:doma:$domaVersion "
4343 implementation " org.seasar.doma:doma:$domaVersion "
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib"
45- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
46- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
45+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
46+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3 '
4747}
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ dependencies {
4343 kapt " org.seasar.doma:doma:$domaVersion "
4444 implementation " org.seasar.doma:doma:$domaVersion "
4545 implementation " org.jetbrains.kotlin:kotlin-stdlib"
46- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
47- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
46+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
47+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3 '
4848}
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ repositories {
5353}
5454
5555dependencies {
56- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
57- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
56+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.3 '
57+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3 '
5858}
5959
6060groovydoc. enabled = false
You can’t perform that action at this time.
0 commit comments