From 2ed06e535c22aa271a144d3ad1ea2c0e21c3c56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 19:00:24 +0000 Subject: [PATCH] Bump spring-webmvc from 5.3.7 to 6.0.2 in /example Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.7 to 6.0.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.7...v6.0.2) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pom.xml b/example/pom.xml index 3baed9d..aa7576f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -80,7 +80,7 @@ org.springframework spring-webmvc - 5.3.7 + 6.0.2 org.json