Skip to content

Commit 59a4068

Browse files
committed
Update org.junit.jupiter to v5.10.2
1 parent 0dfb77b commit 59a4068

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

6565
tasks {

0 commit comments

Comments
 (0)