From d672ad22bc723d908313c1caa02a0a16f1a4efa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:26:24 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 6.2.0 to 6.2.1 Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49b22f83..20b4ca1d 100644 --- a/build.gradle +++ b/build.gradle @@ -278,7 +278,7 @@ dependencies { } //security updates - implementation "org.springframework:spring-webmvc:6.2.0" + implementation "org.springframework:spring-webmvc:6.2.1" implementation("io.github.pixee:java-security-toolkit:1.2.1")