From 961ffa147ef6c3e5dd948fbe64e3c6c59e8b999f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:57:33 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher in /modules/spock Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/spock/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 7a5c6e0e0fc..d2eb9c4b86d 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -17,8 +17,8 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.7' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3' - testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.4' testCompileOnly 'org.jetbrains:annotations:26.0.2' }