Skip to content

Commit 414a9b7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update org.junit.jupiter to v5.8.0
1 parent 987088e commit 414a9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ subprojects {
9494
}
9595

9696
dependencies {
97-
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.2")
98-
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.2")
97+
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.0")
98+
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.0")
9999
}
100100

101101
configure<JavaPluginExtension> {

0 commit comments

Comments
 (0)