Skip to content

Commit

Permalink
Update dependencies to JUnit 5.4.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schnelle authored Feb 8, 2019
1 parent 25b77ce commit 4392c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.3.2.1-SNAPSHOT",
currentVersion = "1.4.0.0-SNAPSHOT",
latestStableVersion = "1.3.2.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ object Versions {

const val junit_pioneer: String = "0.2.2" // available: "0.3.0"

const val org_junit_jupiter: String = "5.3.2"
const val org_junit_jupiter: String = "5.4.0"

const val org_junit_platform: String = "1.3.2"
const val org_junit_platform: String = "1.4.0"

const val junit_vintage_engine: String = "5.3.2"
const val junit_vintage_engine: String = "5.4.0"

const val mockito_core: String = "2.19.0" // available: "2.23.4"

Expand Down

0 comments on commit 4392c81

Please sign in to comment.