Skip to content

Commit 4ada883

Browse files
authored
Merge pull request #355 from dynatrace-oss/dependabot/gradle/org.junit.jupiter-junit-jupiter-params-5.12.2
Bump org.junit.jupiter:junit-jupiter-params from 5.12.1 to 5.12.2
2 parents 3744db7 + 8f65127 commit 4ada883

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.2"
3838
testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine", version: "5.12.2"
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.2"
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)