Skip to content

Commit 9286176

Browse files
Update all dependencies to v5.10.0 (#3104)
| datasource | package | from | to | | ---------- | -------------------------------------- | ----- | ------ | | maven | org.junit.vintage:junit-vintage-engine | 5.9.3 | 5.10.0 | | maven | org.junit.jupiter:junit-jupiter-engine | 5.9.3 | 5.10.0 | | maven | org.junit.jupiter:junit-jupiter | 5.9.3 | 5.10.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 585f06c commit 9286176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ coroutines = "1.7.2"
66
classgraph = "4.8.161"
77
dokka = "1.8.20"
88
jUnit = "4.13.2"
9-
jUnitJupiter = "5.9.3"
10-
jUnitVintage = "5.9.3"
9+
jUnitJupiter = "5.10.0"
10+
jUnitVintage = "5.10.0"
1111
kotest = "5.6.2"
1212
kotestGradle = "5.6.2"
1313
kover = "0.7.2"

0 commit comments

Comments
 (0)