From 55750bdd0b4a4b766905575edc4c8e3a0a30e716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:12:13 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom from 5.11.4 to 6.0.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f3ffc9..25f396f 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { // Logback classic 1.3.x is compatible with java 8 - only needed for tests testImplementation 'ch.qos.logback:logback-classic:1.3.15' testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.0.1') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2' testImplementation 'org.mockito:mockito-core:4.11.0'