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 {
42
42
dependencies {
43
43
implementation " org.seasar.doma:doma-core:$domaVersion "
44
44
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 '
47
47
testRuntimeOnly " com.h2database:h2:$h2Version "
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ repositories {
57
57
dependencies {
58
58
implementation(" org.freemarker:freemarker:2.3.32" )
59
59
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 " )
63
63
}
64
64
65
65
tasks {
You can’t perform that action at this time.
0 commit comments