From 4f8db176b995a4ee45d684b454765d3acdb56dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:27:13 +0000 Subject: [PATCH] Bump spring-webmvc from 5.2.0.RELEASE to 5.2.20.RELEASE in /Spring-Learn Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.2.0.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.2.0.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Spring-Learn/pom.xml | 2 +- Spring-Learn/spring-10-mybatis/pom.xml | 2 +- Spring-Learn/spring-11-transaction/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Spring-Learn/pom.xml b/Spring-Learn/pom.xml index 8ef9ef7..1c91c6f 100644 --- a/Spring-Learn/pom.xml +++ b/Spring-Learn/pom.xml @@ -28,7 +28,7 @@ org.springframework spring-webmvc - 5.2.0.RELEASE + 5.2.20.RELEASE diff --git a/Spring-Learn/spring-10-mybatis/pom.xml b/Spring-Learn/spring-10-mybatis/pom.xml index 0f3b4dd..509664c 100644 --- a/Spring-Learn/spring-10-mybatis/pom.xml +++ b/Spring-Learn/spring-10-mybatis/pom.xml @@ -33,7 +33,7 @@ org.springframework spring-webmvc - 5.2.7.RELEASE + 5.2.20.RELEASE diff --git a/Spring-Learn/spring-11-transaction/pom.xml b/Spring-Learn/spring-11-transaction/pom.xml index 2ba8a86..1232f4b 100644 --- a/Spring-Learn/spring-11-transaction/pom.xml +++ b/Spring-Learn/spring-11-transaction/pom.xml @@ -32,7 +32,7 @@ org.springframework spring-webmvc - 5.2.7.RELEASE + 5.2.20.RELEASE