From 33721486f8f6a8eb701f8ee18d6af79c844958e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:53:03 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 6.1.14 to 6.2.0 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.1.14 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8958519a06..f19b05b3349 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.17.0' - implementation group: 'org.springframework', name: 'spring-web', version:'6.1.14' + implementation group: 'org.springframework', name: 'spring-web', version:'6.2.0' implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.14' implementation group: 'org.springframework', name: 'spring-core', version:'6.1.14' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0'