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 d2b8aa1 commit f5a820bCopy full SHA for f5a820b
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.0"
7
- const val junitVintage = "5.13.0"
8
- const val junitPlatform = "1.13.0"
+ const val junitJupiter = "5.13.1"
+ const val junitVintage = "5.13.1"
+ const val junitPlatform = "1.13.1"
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.1
## 1.13.0.0 (2025-06-11)
- JUnit 5.13.0
0 commit comments