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 0ee7b2f commit 4bc605cCopy full SHA for 4bc605c
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "2.1.21"
6
- const val junitJupiter = "5.13.1"
7
- const val junitVintage = "5.13.1"
8
- const val junitPlatform = "1.13.1"
+ const val junitJupiter = "5.13.2"
+ const val junitVintage = "5.13.2"
+ const val junitPlatform = "1.13.2"
9
10
const val composeBom = "2025.03.00"
11
const val androidXMultidex = "2.0.1"
plugin/CHANGELOG.md
@@ -2,6 +2,7 @@ Change Log
2
==========
## Unreleased
+- JUnit 5.13.2
## 1.13.1.0 (2025-06-29)
- JUnit 5.13.1
0 commit comments