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 3
3
object libs {
4
4
object versions {
5
5
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 "
9
9
10
10
const val composeBom = " 2024.09.00"
11
11
const val androidXTestAnnotation = " 1.0.1"
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ object Artifacts {
89
89
platform = Java ,
90
90
groupId = " de.mannodermaus.gradle.plugins" ,
91
91
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" ,
94
94
description = " Unit Testing with JUnit 5 for Android."
95
95
)
96
96
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Change Log
2
2
==========
3
3
4
4
## Unreleased
5
+ - JUnit 5.11.2
5
6
6
7
## 1.11.1.0 (2024-10-05)
7
8
- JUnit 5.11.1
You can’t perform that action at this time.
0 commit comments