We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c6ed commit 846f86cCopy full SHA for 846f86c
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.9.25"
6
- const val junitJupiter = "5.11.0"
7
- const val junitVintage = "5.11.0"
8
- const val junitPlatform = "1.11.0"
+ const val junitJupiter = "5.11.1"
+ const val junitVintage = "5.11.1"
+ const val junitPlatform = "1.11.1"
9
10
const val composeBom = "2024.09.00"
11
const val androidXTestAnnotation = "1.0.1"
plugin/CHANGELOG.md
@@ -2,6 +2,7 @@ Change Log
2
==========
## Unreleased
+- JUnit 5.11.1
## 1.11.0.0 (2024-08-14)
- JUnit 5.11
0 commit comments