Skip to content

Commit f533904

Browse files
dependency: Update junit-framework monorepo to v5.13.4 (#1062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59e7245 commit f533904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ object Versions {
4545
// tests
4646
const val EXPRESSIBLE_JUNIT = "1.3.6"
4747
const val GROOVY_ALL = "3.0.25"
48-
const val JUNIT_JUPITER_API = "5.13.3"
49-
const val JUNIT_JUPITER_PARAMS = "5.13.3"
50-
const val JUNIT_JUPITER_ENGINE = "5.13.3"
48+
const val JUNIT_JUPITER_API = "5.13.4"
49+
const val JUNIT_JUPITER_PARAMS = "5.13.4"
50+
const val JUNIT_JUPITER_ENGINE = "5.13.4"
5151
const val MOCKITO_CORE = "5.18.0"
5252

5353
}

0 commit comments

Comments
 (0)