Skip to content

Commit 60fc7c9

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update org.junit.jupiter to v5.6.2
1 parent 1cb8dd4 commit 60fc7c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codegen-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ repositories {
3939
dependencies {
4040
implementation "org.seasar.doma:doma-core:$domaVersion"
4141
annotationProcessor "org.seasar.doma:doma-processor:$domaVersion"
42-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
43-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
42+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
43+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
4444
testRuntimeOnly "com.h2database:h2:$h2Version"
4545
}
4646

codegen/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ repositories {
5959
dependencies {
6060
implementation 'org.freemarker:freemarker:2.3.30'
6161
testImplementation "org.seasar.doma:doma-core:2.36.0"
62-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
62+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
6363
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.1'
64-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
64+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
6565
}
6666

6767
groovydoc.enabled = false

0 commit comments

Comments
 (0)