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 c46b02c commit fb8f5b5Copy full SHA for fb8f5b5
build-logic/src/main/kotlin/Dependencies.kt
@@ -3,9 +3,9 @@
3
object libs {
4
object versions {
5
const val kotlin = "1.7.0"
6
- const val junitJupiter = "5.9.0"
7
- const val junitVintage = "5.9.0"
8
- const val junitPlatform = "1.9.0"
+ const val junitJupiter = "5.9.1"
+ const val junitVintage = "5.9.1"
+ const val junitPlatform = "1.9.1"
9
const val truth = "1.1.3"
10
const val androidXTest = "1.4.0"
11
const val compose = "1.2.0"
plugin/CHANGELOG.md
@@ -2,6 +2,7 @@ Change Log
2
==========
## Unreleased
+- JUnit 5.9.1
## 1.9.0.0 (2023-04-29)
- JUnit 5.9.0
0 commit comments