From 34353ca87f56d4e1d6a76f16e31909ef5f203740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 00:39:16 +0000 Subject: [PATCH] Bump spring-webmvc from 3.1.1.RELEASE to 5.2.20.RELEASE in /simple-cache Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.1.1.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/v3.1.1.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simple-cache/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 simple-cache/pom.xml diff --git a/simple-cache/pom.xml b/simple-cache/pom.xml old mode 100755 new mode 100644 index 98190e3..39994f2 --- a/simple-cache/pom.xml +++ b/simple-cache/pom.xml @@ -10,7 +10,7 @@ org.springframework spring-webmvc - 3.1.1.RELEASE + 5.2.20.RELEASE commons-dbcp