Skip to content

Commit 6eae9f8

Browse files
committed
Use JUnit 5.6.2
1 parent 46bb8dc commit 6eae9f8

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
@@ -87,8 +87,8 @@ subprojects {
8787
}
8888

8989
dependencies {
90-
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.4.0")
91-
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.4.0")
90+
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.6.2")
91+
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.6.2")
9292
}
9393

9494
configure<JavaPluginExtension> {

0 commit comments

Comments
 (0)