Skip to content

Commit f2606d7

Browse files
committed
Plugin 1.12.0.0
1 parent 64fb2e1 commit f2606d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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),

plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)