Skip to content

Commit 559abed

Browse files
gradle: bump org.junit:junit-bom in /client-samples/java/websockets
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5ce7f2 commit 559abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-samples/java/websockets/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
// testing
2626
testImplementation(group="com.squareup.okhttp3", name="mockwebserver", version="5.3.2")
2727
testImplementation(group="io.fabric8", name="mockwebserver", version="7.4.0")
28-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
28+
testImplementation(platform("org.junit:junit-bom:6.0.2"))
2929
testImplementation(group="org.junit.jupiter", name="junit-jupiter")
3030
testRuntimeOnly(group="org.junit.platform", name="junit-platform-launcher")
3131
testImplementation(group="org.mockito", name="mockito-core", version="5.21.0")

0 commit comments

Comments
 (0)