Skip to content

Commit d2024eb

Browse files
author
Marcel Schnelle
authored
Update to JUnit 5.0.3 (#49)
1 parent ff84945 commit d2024eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LICENSE_NAME = Apache-2.0
1212
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
1313
PLUGIN_ARTIFACT_ID = android-junit5
1414
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
15-
PLUGIN_RUNTIME_VERSION_NAME = 1.0.23-SNAPSHOT
15+
PLUGIN_RUNTIME_VERSION_NAME = 1.0.30
1616

1717
# Artifact configuration (embedded-runtime)
1818
RUNTIME_GROUP_ID = de.mannodermaus.gradle.plugins
@@ -55,8 +55,8 @@ TARGET_SDK_VERSION = 27
5555
SAMPLE_MIN_SDK_VERSION = 14
5656

5757
# Dependency versions
58-
JUNIT_PLATFORM_VERSION = 1.0.2
59-
JUNIT_JUPITER_VERSION = 5.0.2
58+
JUNIT_PLATFORM_VERSION = 1.0.3
59+
JUNIT_JUPITER_VERSION = 5.0.3
6060
JUNIT_VINTAGE_VERSION = 4.12.2
6161
JUNIT4_VERSION = 4.12
6262
SPOCK_VERSION = 1.1-groovy-2.4

0 commit comments

Comments
 (0)