Skip to content

Commit 03ac20a

Browse files
committed
Update org.junit.jupiter to v5.11.1
1 parent 2e62473 commit 03ac20a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

compile-java-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ repositories {
3232
dependencies {
3333
annotationProcessor "org.seasar.doma:doma:$domaVersion"
3434
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'
3737
}

compile-kotlin-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ dependencies {
4242
kapt "org.seasar.doma:doma:$domaVersion"
4343
implementation "org.seasar.doma:doma:$domaVersion"
4444
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'
4747
}

compile-mix-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ dependencies {
4343
kapt "org.seasar.doma:doma:$domaVersion"
4444
implementation "org.seasar.doma:doma:$domaVersion"
4545
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'
4848
}

compile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ repositories {
5353
}
5454

5555
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'
5858
}
5959

6060
groovydoc.enabled = false

0 commit comments

Comments
 (0)