Skip to content

Commit 76ed754

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update org.junit.jupiter to v5.7.2
1 parent 226f6ff commit 76ed754

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.1")
98-
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.1")
97+
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.2")
98+
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.2")
9999
}
100100

101101
configure<JavaPluginExtension> {

0 commit comments

Comments
 (0)