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 @@ -34,6 +34,6 @@ repositories {
34
34
dependencies {
35
35
annotationProcessor " org.seasar.doma:doma-processor:$domaVersion "
36
36
implementation " org.seasar.doma:doma-core:$domaVersion "
37
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
38
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
37
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2 '
38
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.2 '
39
39
}
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ dependencies {
41
41
kapt " org.seasar.doma:doma-processor:$domaVersion "
42
42
implementation " org.seasar.doma:doma-core:$domaVersion "
43
43
implementation " org.jetbrains.kotlin:kotlin-stdlib"
44
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
45
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
44
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2 '
45
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.2 '
46
46
}
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ dependencies {
41
41
kapt " org.seasar.doma:doma-processor:$domaVersion "
42
42
implementation " org.seasar.doma:doma-core:$domaVersion "
43
43
implementation " org.jetbrains.kotlin:kotlin-stdlib"
44
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
45
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
44
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2 '
45
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.2 '
46
46
}
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ repositories {
45
45
}
46
46
47
47
dependencies {
48
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.1 " )
49
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.1 " )
48
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
49
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
50
50
}
51
51
52
52
tasks {
You can’t perform that action at this time.
0 commit comments