Skip to content

Commit fd15f5d

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.12.1 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7542b7 commit fd15f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
dependencies {
3737
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api", version: "5.12.1"
3838
testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine", version: "5.12.1"
39-
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version: "5.12.1"
39+
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version: "5.12.2"
4040
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: "1.12.1"
4141
testImplementation group: "org.assertj", name: "assertj-core", version: "3.27.3"
4242
testImplementation group: "org.hipparchus", name: "hipparchus-stat", version: "4.0.1"

0 commit comments

Comments
 (0)