File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments