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"
6- const val junitJupiter = " 5.11.1 "
7- const val junitVintage = " 5.11.1 "
8- const val junitPlatform = " 1.11.1 "
6+ const val junitJupiter = " 5.11.2 "
7+ const val junitVintage = " 5.11.2 "
8+ const val junitPlatform = " 1.11.2 "
99
1010 const val composeBom = " 2024.09.00"
1111 const val androidXTestAnnotation = " 1.0.1"
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ object Artifacts {
8989 platform = Java ,
9090 groupId = " de.mannodermaus.gradle.plugins" ,
9191 artifactId = " android-junit5" ,
92- currentVersion = " 1.11.1.0 " ,
93- latestStableVersion = " 1.11.0 .0" ,
92+ currentVersion = " 1.11.2.0-SNAPSHOT " ,
93+ latestStableVersion = " 1.11.1 .0" ,
9494 description = " Unit Testing with JUnit 5 for Android."
9595 )
9696
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Change Log
22==========
33
44## Unreleased
5+ - JUnit 5.11.2
56
67## 1.11.1.0 (2024-10-05)
78- JUnit 5.11.1
You can’t perform that action at this time.
0 commit comments