From e77c5809fe21bfccb95bb2f125545f15b173d3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:55:03 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom in /flipt-java Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flipt-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipt-java/build.gradle b/flipt-java/build.gradle index 7f0815a..d0e3e54 100644 --- a/flipt-java/build.gradle +++ b/flipt-java/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0' implementation 'com.squareup.okhttp3:okhttp:5.1.0' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0' api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2'