Skip to content

Commit

Permalink
Bump JUnit 5 dependencies (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored Feb 23, 2020
1 parent 775ce88 commit 7e1f5ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object Dependencies {
val hamkrest = "com.natpryce:hamkrest:1.1.0.0"

val junitPlatformEngine = "org.junit.platform:junit-platform-engine:1.5.2"
val junitPlatformRunner = "org.junit.platform:junit-platform-runner:1.5.2"
val junitPlatformLauncher = "org.junit.platform:junit-platform-launcher:1.5.2"
val junitPlatformEngine = "org.junit.platform:junit-platform-engine:1.6.0"
val junitPlatformRunner = "org.junit.platform:junit-platform-runner:1.6.0"
val junitPlatformLauncher = "org.junit.platform:junit-platform-launcher:1.6.0"

val junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:5.5.2"
val junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:5.5.2"
val junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:5.6.0"
val junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:5.6.0"

val classgraph = "io.github.classgraph:classgraph:4.8.37"

Expand Down

0 comments on commit 7e1f5ce

Please sign in to comment.