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 @@ -40,8 +40,8 @@ dependencies {
40
40
41
41
implementation(" org.seasar.doma:doma-core:$domaVersion " )
42
42
annotationProcessor(" org.seasar.doma:doma-processor:$domaVersion " )
43
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
44
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
43
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
44
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
45
45
testRuntimeOnly(" com.h2database:h2:$h2Version " )
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ repositories {
52
52
dependencies {
53
53
implementation(" org.freemarker:freemarker:2.3.33" )
54
54
testImplementation(" org.seasar.doma:doma-core:3.1.0" )
55
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.3 " )
56
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.3 " )
57
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
55
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
56
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
57
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
58
58
}
59
59
60
60
tasks {
You can’t perform that action at this time.
0 commit comments