Skip to content

Commit

Permalink
Update to JUnit 5.0.3 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schnelle authored Jan 22, 2018
1 parent ff84945 commit d2024eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LICENSE_NAME = Apache-2.0
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
PLUGIN_ARTIFACT_ID = android-junit5
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
PLUGIN_RUNTIME_VERSION_NAME = 1.0.23-SNAPSHOT
PLUGIN_RUNTIME_VERSION_NAME = 1.0.30

# Artifact configuration (embedded-runtime)
RUNTIME_GROUP_ID = de.mannodermaus.gradle.plugins
Expand Down Expand Up @@ -55,8 +55,8 @@ TARGET_SDK_VERSION = 27
SAMPLE_MIN_SDK_VERSION = 14

# Dependency versions
JUNIT_PLATFORM_VERSION = 1.0.2
JUNIT_JUPITER_VERSION = 5.0.2
JUNIT_PLATFORM_VERSION = 1.0.3
JUNIT_JUPITER_VERSION = 5.0.3
JUNIT_VINTAGE_VERSION = 4.12.2
JUNIT4_VERSION = 4.12
SPOCK_VERSION = 1.1-groovy-2.4
Expand Down

0 comments on commit d2024eb

Please sign in to comment.