From 6a978d7483b17872b35f5c0882789c05c9ee6c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:30:44 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 6.1.14 to 6.2.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb358ca9..510916f4 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")