Skip to content

Commit b23caac

Browse files
committed
Update org.junit.jupiter to v5.11.1
1 parent 36a2efe commit b23caac

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
@@ -42,8 +42,8 @@ repositories {
4242
dependencies {
4343
implementation "org.seasar.doma:doma-core:$domaVersion"
4444
annotationProcessor "org.seasar.doma:doma-processor:$domaVersion"
45-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
46-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
45+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
46+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
4747
testRuntimeOnly "com.h2database:h2:$h2Version"
4848
}
4949

codegen/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ repositories {
5757
dependencies {
5858
implementation("org.freemarker:freemarker:2.3.32")
5959
testImplementation("org.seasar.doma:doma-core:2.62.1")
60-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
61-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
62-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
60+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
61+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
62+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
6363
}
6464

6565
tasks {

0 commit comments

Comments
 (0)