Skip to content

Commit 81d06d4

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 6.0.1
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b896d43 commit 81d06d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ subprojects {
4040
implementation("org.komamitsu:phi-accural-failure-detector:0.0.5")
4141
implementation("net.jodah:failsafe:2.4.4")
4242

43-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
43+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
4444
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
45-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
45+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
4646
testImplementation("ch.qos.logback:logback-classic:1.3.14")
4747
testImplementation("org.assertj:assertj-core:3.26.3")
4848
testImplementation("org.mockito:mockito-core:4.11.0")

0 commit comments

Comments
 (0)