Skip to content

Commit 9b23055

Browse files
committed
chore: update JUnit to v5.7.0
1 parent 09be3a4 commit 9b23055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ subprojects {
2424
"implementation"(platform("org.jetbrains.kotlin:kotlin-bom"))
2525
"implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2626

27-
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.6.2")
28-
"testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.6.2")
29-
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.6.2")
27+
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
28+
"testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
29+
"testImplementation"("org.junit.jupiter:junit-jupiter-params:5.7.0")
3030
}
3131

3232
// Configure the dokka plugin for all subprojects.

0 commit comments

Comments
 (0)