From 6bcda0fadaf5ad8c719b525cf2ff6dbb05e39d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 04:26:38 +0000 Subject: [PATCH] chore(deps): bump org.springframework:spring-test from 7.0.0 to 7.0.1 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 836df2d..294cb4a 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ project("wiremock-spring-boot", { // Don't want to force these versions on the user [ "org.springframework.boot:spring-boot-test:4.0.0-RC2", - "org.springframework:spring-test:7.0.0", + "org.springframework:spring-test:7.0.1", "org.slf4j:slf4j-api:2.0.17", "org.junit.jupiter:junit-jupiter-api:6.0.1" ].each {