File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ dependencies {
43
43
44
44
implementation(" org.seasar.doma:doma-core:$domaVersion " )
45
45
annotationProcessor(" org.seasar.doma:doma-processor:$domaVersion " )
46
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
47
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
46
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
47
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
48
48
testRuntimeOnly(" com.h2database:h2:$h2Version " )
49
49
}
50
50
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ repositories {
51
51
52
52
dependencies {
53
53
implementation(" org.freemarker:freemarker:2.3.33" )
54
- testImplementation(" org.seasar.doma:doma-core:3.0.0 " )
55
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
56
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.1 " )
57
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
54
+ testImplementation(" org.seasar.doma:doma-core:3.0.1 " )
55
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
56
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.2 " )
57
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
58
58
}
59
59
60
60
tasks {
You can’t perform that action at this time.
0 commit comments