Skip to content

Commit 9a73299

Browse files
authored
Update to JUnit 5.12.1 (#372)
1 parent 248de0a commit 9a73299

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.0"
7-
const val junitVintage = "5.12.0"
8-
const val junitPlatform = "1.12.0"
6+
const val junitJupiter = "5.12.1"
7+
const val junitVintage = "5.12.1"
8+
const val junitPlatform = "1.12.1"
99

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

instrumentation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Change Log
33

44
## Unreleased
55

6+
- Compile with SDK 35
7+
68
## 1.7.0 (2025-03-01)
79

810
- **This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.**

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.1
56

67
## 1.12.0.0 (2025-03-01)
78
- JUnit 5.12.0

0 commit comments

Comments
 (0)