From 8a6ba04217f59f1c54e82d2c6d504100351ecf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:13:06 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 6.1.0 to 6.1.1 in /backend Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index ba6d024..323b9e4 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -28,7 +28,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.46' testAnnotationProcessor 'org.projectlombok:lombok:1.18.46' - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier