Skip to content

Commit b6d55a5

Browse files
Update org.junit.jupiter to v5.12.2
1 parent 636df5a commit b6d55a5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

compile-java-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ repositories {
3939
dependencies {
4040
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
4141
implementation("org.seasar.doma:doma-core:$domaVersion")
42-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
43-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
42+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
43+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
4444
}

compile-kotlin-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ dependencies {
4646
kapt("org.seasar.doma:doma-processor:$domaVersion")
4747
implementation("org.seasar.doma:doma-core:$domaVersion")
4848
implementation("org.jetbrains.kotlin:kotlin-stdlib")
49-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
49+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
5151
}

compile-mix-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ dependencies {
4646
kapt("org.seasar.doma:doma-processor:$domaVersion")
4747
implementation("org.seasar.doma:doma-core:$domaVersion")
4848
implementation("org.jetbrains.kotlin:kotlin-stdlib")
49-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
49+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
5151
}

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.4")
49-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
48+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
49+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
5050
}
5151

5252
tasks {

0 commit comments

Comments
 (0)