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 {
32
32
dependencies {
33
33
annotationProcessor " org.seasar.doma:doma:$domaVersion "
34
34
implementation " org.seasar.doma:doma:$domaVersion "
35
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
36
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
35
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
36
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
37
37
}
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ dependencies {
42
42
kapt " org.seasar.doma:doma:$domaVersion "
43
43
implementation " org.seasar.doma:doma:$domaVersion "
44
44
implementation " org.jetbrains.kotlin:kotlin-stdlib"
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
}
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ dependencies {
43
43
kapt " org.seasar.doma:doma:$domaVersion "
44
44
implementation " org.seasar.doma:doma:$domaVersion "
45
45
implementation " org.jetbrains.kotlin:kotlin-stdlib"
46
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
47
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
46
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
47
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
48
48
}
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ repositories {
53
53
}
54
54
55
55
dependencies {
56
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0 '
57
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
56
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.1 '
57
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1 '
58
58
}
59
59
60
60
groovydoc. enabled = false
You can’t perform that action at this time.
0 commit comments