From adba5a32d9346f2a5830ea5b6ef97656e1ea8996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:06:14 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 5.2.7.RELEASE to 6.1.9 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.2.7.RELEASE to 6.1.9. - [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.9) --- 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..5c227d163 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.9" testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1' testCompile group: 'com.ibm.icu', name: 'icu4j', version: '60.3' }