From d1405cac4b195875a1db10d9223ff5312d8109ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 04:29:26 +0000 Subject: [PATCH] Bump spring-webmvc from 5.3.9 to 5.3.14 Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.14) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/build.gradle b/spring/build.gradle index 0a36b503..11ddea3d 100644 --- a/spring/build.gradle +++ b/spring/build.gradle @@ -8,7 +8,7 @@ group = 'de.codecentric.hikaku' archivesBaseName = 'hikaku-spring' dependencies { - api 'org.springframework:spring-webmvc:5.3.9' + api 'org.springframework:spring-webmvc:5.3.14' api project(':core') testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"