Skip to content

Commit

Permalink
Update to JUnit 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Obser committed Sep 24, 2020
1 parent f8cbf74 commit 5f1ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-serialization-core:$serializationVersion")

testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
}

java {
Expand Down

0 comments on commit 5f1ee49

Please sign in to comment.