Skip to content

Commit f98c334

Browse files
committed
Update org.junit.jupiter to v5.11.2
1 parent 589fa5a commit f98c334

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
@@ -34,6 +34,6 @@ repositories {
3434
dependencies {
3535
annotationProcessor "org.seasar.doma:doma-processor:$domaVersion"
3636
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'
3939
}

compile-kotlin-test/build.gradle

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

compile-mix-test/build.gradle

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

compile/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ repositories {
4545
}
4646

4747
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")
5050
}
5151

5252
tasks {

0 commit comments

Comments
 (0)