From 18d8716914cd37bd22ea2614057d029cf579ab23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 05:42:11 +0000 Subject: [PATCH] Bump spring-web in /SpringMVC/SpringMVC.Basic Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.1.8.RELEASE to 6.0.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.8.RELEASE...v6.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SpringMVC/SpringMVC.Basic/pom.xml | 2 +- SpringMVC/SpringMVC.Response/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpringMVC/SpringMVC.Basic/pom.xml b/SpringMVC/SpringMVC.Basic/pom.xml index 2346ca4b..65f3eee3 100644 --- a/SpringMVC/SpringMVC.Basic/pom.xml +++ b/SpringMVC/SpringMVC.Basic/pom.xml @@ -32,7 +32,7 @@ org.springframework spring-web - 5.1.8.RELEASE + 6.0.0 org.springframework diff --git a/SpringMVC/SpringMVC.Response/pom.xml b/SpringMVC/SpringMVC.Response/pom.xml index 8bbf0ae5..f052e57c 100644 --- a/SpringMVC/SpringMVC.Response/pom.xml +++ b/SpringMVC/SpringMVC.Response/pom.xml @@ -33,7 +33,7 @@ org.springframework spring-web - 5.1.8.RELEASE + 6.0.0 org.springframework