Skip to content

Commit cbb74fb

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codegen-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040

4141
implementation("org.seasar.doma:doma-core:$domaVersion")
4242
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
43-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
44-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
43+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
44+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
4545
testRuntimeOnly("com.h2database:h2:$h2Version")
4646
}
4747

codegen/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ repositories {
5252
dependencies {
5353
implementation("org.freemarker:freemarker:2.3.33")
5454
testImplementation("org.seasar.doma:doma-core:3.1.0")
55-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
56-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
57-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
55+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
56+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
57+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
5858
}
5959

6060
tasks {

0 commit comments

Comments
 (0)