Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit ecfe2da

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update org.junit.jupiter to v5.8.1
1 parent 1cf05c2 commit ecfe2da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ subprojects {
6464

6565
dependencies {
6666
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.0"))
67-
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.0")
68-
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.0")
67+
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.1")
68+
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
6969
"testRuntimeOnly"("com.h2database:h2:1.4.200")
7070
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.26")
7171
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.seasar.doma:doma-core:${domaVersion}")
2121
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
2222
implementation("ch.qos.logback:logback-classic:1.2.6")
23-
implementation("org.junit.jupiter:junit-jupiter-api:5.8.0")
23+
implementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
2424
}
2525

2626
spotless {

0 commit comments

Comments
 (0)