Skip to content

Commit c354352

Browse files
author
Marcel Schnelle
authored
Update dependencies to 5.3.2 (#132)
1 parent d4ee84a commit c354352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5/BuildArtifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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."

gradle/dependencies.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ extra["android.instrumentationMinSdkVersion"] = (Artifacts.Instrumentation.Libra
2323

2424
// Common properties
2525
val 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"
2929
val kotlinVersion = "1.2.61"
3030
val spekVersion = "1.2.1"
3131

0 commit comments

Comments
 (0)