From d45e52451ac3256a7422896793513fa9b787838d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:25:04 +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 17af4bc6..6b3e41aa 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'ch.qos.logback.contrib:logback-json-classic:0.1.5' implementation 'ch.qos.logback.contrib:logback-jackson:0.1.5' - implementation 'org.springframework:spring-webmvc:6.2.0' + implementation 'org.springframework:spring-webmvc:6.2.1' if (profile == 'dev' || useLocalLibrary == 'true') { implementation fileTree(dir: "$rootDir/../form-flow/build/libs", include: '*.jar')