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 65ff2be commit 7059241Copy full SHA for 7059241
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.3"
7
- const val junitVintage = "5.11.3"
8
- const val junitPlatform = "1.11.3"
+ const val junitJupiter = "5.11.4"
+ const val junitVintage = "5.11.4"
+ const val junitPlatform = "1.11.4"
9
10
const val composeBom = "2024.09.00"
11
const val androidXTestAnnotation = "1.0.1"
0 commit comments