From 8445f2719b553447096a50f2d65b3eb1d2fb3beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:36:30 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 6.1.14 to 6.2.0 (#2268) Bumps [org.springframework:spring-webmvc](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-webmvc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f19329bd7f..6cead57eb08 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ configurations.all { } dependencies { //security updates - implementation "org.springframework:spring-webmvc:6.1.14" + implementation "org.springframework:spring-webmvc:6.2.0" implementation("io.github.pixee:java-security-toolkit:1.2.0")