From 1560ace76f4d976fead0a70315bb337efcb199bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 05:05:59 +0000 Subject: [PATCH] Bump spring-web in /Ch6/server-integration-solution Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.0.4.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.0.4.RELEASE...v6.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch6/server-integration-solution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch6/server-integration-solution/pom.xml b/Ch6/server-integration-solution/pom.xml index abbe067..39b1e92 100644 --- a/Ch6/server-integration-solution/pom.xml +++ b/Ch6/server-integration-solution/pom.xml @@ -19,7 +19,7 @@ - 5.0.4.RELEASE + 6.0.0 3.2.10.RELEASE 2.0.4.RELEASE 2.3.2.RELEASE