Skip to content

Commit 5f1ee49

Browse files
author
Sven Obser
committed
Update to JUnit 5.7.0
1 parent f8cbf74 commit 5f1ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api("org.jetbrains.kotlinx:kotlinx-serialization-core:$serializationVersion")
2323

2424
testImplementation(kotlin("test-junit5"))
25-
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
25+
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
2626
}
2727

2828
java {

0 commit comments

Comments
 (0)