File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33object 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments