Skip to content

Commit fc4d5b7

Browse files
Update dependency org.junit.jupiter:junit-jupiter-params to v5.13.0 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21627da commit fc4d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencyResolutionManagement {
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.12.2")
57+
library("mockito", "org.junit.jupiter", "junit-jupiter-params").version("5.13.0")
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)