From 5c84ae1b53be82ae184ca95e49b0bab1b37ad180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:36:26 +0000 Subject: [PATCH] Bump org.springframework:spring-webmvc from 6.1.9 to 6.1.12 (#1680) Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.1.9 to 6.1.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.12) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18c06190..76edd633 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { //security updates implementation "ch.qos.logback:logback-classic:1.5.6" implementation "ch.qos.logback:logback-core:1.5.6" - implementation "org.springframework:spring-webmvc:6.1.9" + implementation "org.springframework:spring-webmvc:6.1.12" implementation("io.github.pixee:java-security-toolkit:1.2.0")