From 79e1b841f981732e5307a0841703c6aca57a7a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:04:24 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom from 5.11.4 to 5.14.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.14.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.14.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca327e9..f91951f 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.16' 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:5.14.3') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2' testImplementation 'org.mockito:mockito-core:4.11.0'