From aa851f5444b704ee83ab3241c6fcdc06e4ea536e Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:30:32 +0000 Subject: [PATCH] Update dependency org.springframework:spring-web to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a42e175f5..8c2dbfb75 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation 'org.mockito:mockito-inline:4.11.0' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.springframework:spring-test:5.3.26' - testImplementation 'org.springframework:spring-web:5.3.26' + testImplementation 'org.springframework:spring-web:6.2.17' } test {