Skip to content

Commit 01bb796

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.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be53c8b commit 01bb796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.2")
28-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
28+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
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.22.0")

0 commit comments

Comments
 (0)