Skip to content

Commit cbb58e4

Browse files
Update junit-framework monorepo (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7925b38 commit cbb58e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ dependencyResolutionManagement {
5050
version("junit", "5.13.3")
5151
library("junit-jupiter-core", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
5252
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
53-
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.2" }
53+
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.3" }
5454
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
5555
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
5656

57-
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.13.2")
57+
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.13.3")
5858
library("assertj-core", "org.assertj", "assertj-core").version("3.27.3")
5959

6060
bundle("unittests", listOf("junit-jupiter-core", "junit-jupiter-engine", "junit-jupiter-api","junit-platform-launcher", "junit-params", "mockito", "assertj-core"))

0 commit comments

Comments
 (0)