File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33object libs {
44 object versions {
55 const val kotlin = " 1.7.0"
6- const val junitJupiter = " 5.9.1 "
7- const val junitVintage = " 5.9.1 "
8- const val junitPlatform = " 1.9.1 "
6+ const val junitJupiter = " 5.9.2 "
7+ const val junitVintage = " 5.9.2 "
8+ const val junitPlatform = " 1.9.2 "
99 const val truth = " 1.1.3"
1010 const val androidXTest = " 1.4.0"
1111 const val compose = " 1.2.0"
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ object Artifacts {
8787 platform = Java ,
8888 groupId = " de.mannodermaus.gradle.plugins" ,
8989 artifactId = " android-junit5" ,
90- currentVersion = " 1.9.1.0 " ,
91- latestStableVersion = " 1.9.0 .0" ,
90+ currentVersion = " 1.9.2.0-SNAPSHOT " ,
91+ latestStableVersion = " 1.9.1 .0" ,
9292 license = license,
9393 description = " Unit Testing with JUnit 5 for Android."
9494 )
You can’t perform that action at this time.
0 commit comments