File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ object Artifacts {
9191 platform = Java ,
9292 groupId = " de.mannodermaus.gradle.plugins" ,
9393 artifactId = " android-junit5" ,
94- currentVersion = " 1.12.0.0-SNAPSHOT " ,
94+ currentVersion = " 1.12.0.0" ,
9595 latestStableVersion = " 1.11.3.0" ,
9696 description = " Unit Testing with JUnit 5 for Android."
9797 )
@@ -101,8 +101,8 @@ object Artifacts {
101101 */
102102 object Instrumentation {
103103 const val groupId = " de.mannodermaus.junit5"
104- private const val currentVersion = " 1.7.0 "
105- private const val latestStableVersion = " 1.6 .0"
104+ private const val currentVersion = " 1.7.1-SNAPSHOT "
105+ private const val latestStableVersion = " 1.7 .0"
106106
107107 val Core = Deployed (
108108 platform = Android (minSdk = 19 ),
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Change Log
22==========
33
44## Unreleased
5+
6+ ## 1.12.0.0 (2025-03-01)
57- JUnit 5.12.0
68- Add dependency on JUnit Platform Launcher to runtime classpath, accommodating an upstream change
79
You can’t perform that action at this time.
0 commit comments