Skip to content

Commit c6ad0f8

Browse files
committed
Update to JUnit 5.12.2
1 parent 8ead4e5 commit c6ad0f8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
object libs {
44
object versions {
55
const val kotlin = "1.9.25" // Can only once minimum supported AGP is >= 8.2
6-
const val junitJupiter = "5.12.1"
7-
const val junitVintage = "5.12.1"
8-
const val junitPlatform = "1.12.1"
6+
const val junitJupiter = "5.12.2"
7+
const val junitVintage = "5.12.2"
8+
const val junitPlatform = "1.12.2"
99

1010
const val composeBom = "2025.03.00"
1111
const val androidXMultidex = "2.0.1"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ object Artifacts {
9292
platform = Java,
9393
groupId = "de.mannodermaus.gradle.plugins",
9494
artifactId = "android-junit5",
95-
currentVersion = "1.12.1.0",
96-
latestStableVersion = "1.12.0.0",
95+
currentVersion = "1.12.2.0-SNAPSHOT",
96+
latestStableVersion = "1.12.1.0",
9797
description = "Unit Testing with JUnit 5 for Android."
9898
)
9999

plugin/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Change Log
22
==========
33

44
## Unreleased
5+
- JUnit 5.12.2
56

67
## 1.12.1.0 (2025-05-18)
78
- JUnit 5.12.1

0 commit comments

Comments
 (0)