Skip to content

Commit dd82830

Browse files
Update org.junit.jupiter to v5.11.4 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 950a54f commit dd82830

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.3")
43-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
42+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
43+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
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.3")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
49+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
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.3")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
49+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
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.3")
49-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
48+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
49+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
5050
}
5151

5252
tasks {

0 commit comments

Comments
 (0)