From a02ad87273d5e708ec605c1b8b7bb97ae784a8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:05:43 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.0 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.0...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] --- bridge/proxy-legacy/build.gradle | 2 +- bridge/velocity/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge/proxy-legacy/build.gradle b/bridge/proxy-legacy/build.gradle index 0e060c4..e79bacf 100644 --- a/bridge/proxy-legacy/build.gradle +++ b/bridge/proxy-legacy/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.10.0') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter' } diff --git a/bridge/velocity/build.gradle b/bridge/velocity/build.gradle index 0e060c4..e79bacf 100644 --- a/bridge/velocity/build.gradle +++ b/bridge/velocity/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.10.0') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter' }