Skip to content

Commit bd1f0e2

Browse files
committed
Update org.junit.jupiter to v5.11.2
1 parent be9b007 commit bd1f0e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codegen-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ repositories {
4141
dependencies {
4242
implementation "org.seasar.doma:doma-core:$domaVersion"
4343
annotationProcessor "org.seasar.doma:doma-processor:$domaVersion"
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
testRuntimeOnly "com.h2database:h2:$h2Version"
4747
}
4848

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.0.1")
55-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
56-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
57-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
55+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
56+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
57+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
5858
}
5959

6060
tasks {

0 commit comments

Comments
 (0)