Skip to content

Commit

Permalink
update JUnit5 to 5.7.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Oct 18, 2020
1 parent afc6b05 commit 4e7b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ object Libs {
object JUnit {
const val jUnit4 = "junit:junit:4.12"

private const val version = "5.6.2"
private const val version = "5.7.0"

const val jUnit5 = "org.junit.jupiter:junit-jupiter:$version"
const val jUnit5Api = "org.junit.jupiter:junit-jupiter-api:$version"
Expand Down

0 comments on commit 4e7b136

Please sign in to comment.