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 84a2979 commit 9c80bd2Copy full SHA for 9c80bd2
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.2"
7
- const val junitVintage = "5.11.2"
8
- const val junitPlatform = "1.11.2"
+ const val junitJupiter = "5.11.3"
+ const val junitVintage = "5.11.3"
+ const val junitPlatform = "1.11.3"
9
10
const val composeBom = "2024.09.00"
11
const val androidXTestAnnotation = "1.0.1"
0 commit comments