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 eb576a0 commit d4c0874Copy full SHA for d4c0874
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.9.23"
6
- const val junitJupiter = "5.10.2"
7
- const val junitVintage = "5.10.2"
8
- const val junitPlatform = "1.10.2"
+ const val junitJupiter = "5.10.3"
+ const val junitVintage = "5.10.3"
+ const val junitPlatform = "1.10.3"
9
10
const val composeBom = "2024.04.00"
11
const val androidXTest = "1.6.1"
plugin/CHANGELOG.md
@@ -2,6 +2,7 @@ Change Log
2
==========
## Unreleased
+- JUnit 5.10.3
## 1.10.2.0 (2024-07-25)
- JUnit 5.10.2
0 commit comments