File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ object Artifacts {
3434 platform = Java ,
3535 groupId = " de.mannodermaus.gradle.plugins" ,
3636 artifactId = " android-junit5" ,
37- currentVersion = " 1.3.1.2 -SNAPSHOT" ,
37+ currentVersion = " 1.3.2.0 -SNAPSHOT" ,
3838 latestStableVersion = " 1.3.1.1" ,
3939 license = license,
4040 description = " Unit Testing with JUnit 5 for Android."
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ extra["android.instrumentationMinSdkVersion"] = (Artifacts.Instrumentation.Libra
2323
2424// Common properties
2525val apacheCommonsVersion = " 2.6"
26- val junitPlatformVersion = " 1.3.1 "
27- val junitJupiterVersion = " 5.3.1 "
28- val junitVintageVersion = " 5.3.1 "
26+ val junitPlatformVersion = " 1.3.2 "
27+ val junitJupiterVersion = " 5.3.2 "
28+ val junitVintageVersion = " 5.3.2 "
2929val kotlinVersion = " 1.2.61"
3030val spekVersion = " 1.2.1"
3131
You can’t perform that action at this time.
0 commit comments