From 48709d838dd8514dd4669c13fb63cb1138efd778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 20:37:10 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.14.2 to 6.1.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.2 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.2...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 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 49c2deb..c607340 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ exampleMainClasses.each { taskName, className -> dependencies { api 'org.hdrhistogram:HdrHistogram:2.2.2' - testImplementation platform('org.junit:junit-bom:5.14.2') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'