Skip to content

Commit f2e7dea

Browse files
committed
JUnit 5.9.0
Downgraded to allow a plugin release for every JUnit 5 version, avoiding the skipping to the latest
1 parent b48df6c commit f2e7dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-logic/src/main/kotlin/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
object libs {
44
object versions {
55
const val kotlin = "1.7.0"
6-
const val junitJupiter = "5.9.2"
7-
const val junitVintage = "5.9.2"
8-
const val junitPlatform = "1.9.2"
6+
const val junitJupiter = "5.9.0"
7+
const val junitVintage = "5.9.0"
8+
const val junitPlatform = "1.9.0"
99
const val truth = "1.1.3"
1010
const val androidXTest = "1.4.0"
1111
const val compose = "1.2.0"

0 commit comments

Comments
 (0)