Skip to content

Commit 4392c81

Browse files
author
Marcel Schnelle
authored
Update dependencies to JUnit 5.4.0 (#146)
1 parent 25b77ce commit 4392c81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Artifacts {
3535
platform = Java,
3636
groupId = "de.mannodermaus.gradle.plugins",
3737
artifactId = "android-junit5",
38-
currentVersion = "1.3.2.1-SNAPSHOT",
38+
currentVersion = "1.4.0.0-SNAPSHOT",
3939
latestStableVersion = "1.3.2.0",
4040
license = license,
4141
description = "Unit Testing with JUnit 5 for Android."

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ object Versions {
5454

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

57-
const val org_junit_jupiter: String = "5.3.2"
57+
const val org_junit_jupiter: String = "5.4.0"
5858

59-
const val org_junit_platform: String = "1.3.2"
59+
const val org_junit_platform: String = "1.4.0"
6060

61-
const val junit_vintage_engine: String = "5.3.2"
61+
const val junit_vintage_engine: String = "5.4.0"
6262

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

0 commit comments

Comments
 (0)