From 40f322c4b32d9ab76def714c635a93f188a21232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:53:59 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 5.2.7.RELEASE to 6.1.8 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.2.7.RELEASE to 6.1.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.7.RELEASE...v6.1.8) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85b83497c..ad0fe364f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testCompile group: 'junit', name: 'junit', version: '4.13.2' testCompile "com.github.tomakehurst:wiremock-jre8:2.25.1" testCompile "org.springframework:spring-test:5.2.7.RELEASE" - testCompile "org.springframework:spring-web:5.2.7.RELEASE" + testCompile "org.springframework:spring-web:6.1.8" testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1' testCompile group: 'com.ibm.icu', name: 'icu4j', version: '60.3' }