From 4b5500743e8f3eb359839bbf159f053dc5eb0307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:28:01 -0600 Subject: [PATCH] Bump org.springframework:spring-webmvc from 6.1.13 to 6.2.0 (#348) Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.1.13 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.13...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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 21357e47..17af4bc6 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.1.13' + implementation 'org.springframework:spring-webmvc:6.2.0' if (profile == 'dev' || useLocalLibrary == 'true') { implementation fileTree(dir: "$rootDir/../form-flow/build/libs", include: '*.jar')