From e58ce01c7e65886e7da587d2b6974ee5eb5b8e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 07:48:19 +0000 Subject: [PATCH] :arrow_up: Bump spring-webmvc in /sms Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.7.RELEASE to 5.2.20.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.7.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- sms/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms/pom.xml b/sms/pom.xml index 94d56de..01020ff 100644 --- a/sms/pom.xml +++ b/sms/pom.xml @@ -15,7 +15,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.build.spring.webmvc.version>5.1.7.RELEASE</project.build.spring.webmvc.version> + <project.build.spring.webmvc.version>5.2.20.RELEASE</project.build.spring.webmvc.version> <project.build.spring.webmvc.file.version>1.4</project.build.spring.webmvc.file.version> <project.build.spring.webmvc.json.version>2.9.10</project.build.spring.webmvc.json.version> <project.build.spring.jdbc.version>5.1.7.RELEASE</project.build.spring.jdbc.version>