From afb0ef6379ff15c80b7ece22b7935be2951b0f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:34:45 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.11.4 to 5.14.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.14.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.1 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 6cfcecb..ebd0235 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.5.0' implementation 'org.slf4j:slf4j-api:2.0.17' testImplementation 'org.slf4j:slf4j-simple:2.0.17' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:5.14.1') testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.skyscreamer:jsonassert:1.5.3'