Skip to content

Commit f1a17f1

Browse files
committed
Update org.junit.jupiter to v5.10.3
1 parent 0d86c58 commit f1a17f1

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.10.2'
46-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
45+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
46+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
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.60.1")
60-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
61-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
62-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
60+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
61+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
62+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
6363
}
6464

6565
tasks {

0 commit comments

Comments
 (0)