From b5c0aa420513652e05ed537957a06f48f19d8af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:46:19 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.3 to 5.14.4 in /modules/spock Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.3 to 5.14.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.4 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 acea4c64eeb..34767181fc1 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -17,7 +17,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.10' testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0' - testRuntimeOnly platform('org.junit:junit-bom:5.14.3') + testRuntimeOnly platform('org.junit:junit-bom:5.14.4') testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-testkit'