From 170bc1cd27c8c0e895ecab20a0cf46b383a34738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:06:38 +0000 Subject: [PATCH] Bump org.springframework:spring-test from 6.2.+ to 7.0.1 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 6.2.+ to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits/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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2dc8511..0f5aa3a 100644 --- a/build.gradle +++ b/build.gradle @@ -162,8 +162,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' - testImplementation 'org.springframework:spring-test:6.2.+' - testImplementation 'org.springframework:spring-web:6.2.+' + testImplementation 'org.springframework:spring-test:7.0.+' + testImplementation 'org.springframework:spring-web:7.0.+' testImplementation 'org.mockito:mockito-core:5.20.0' }