From 540513c6fcae1e999f10cd472e2e8de99c43f21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 04:36:14 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.1 to 5.14.3 in /modules/spock Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.1 to 5.14.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.1...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-patch ... Signed-off-by: dependabot[bot] --- modules/spock/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 53e945c8108..2c9297095bb 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -17,7 +17,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.8' testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0' - testRuntimeOnly platform('org.junit:junit-bom:5.14.1') + testRuntimeOnly platform('org.junit:junit-bom:5.14.3') testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-testkit'