From a12f5826fa72b0c99e47d4954743be1d54c7ecb2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Dec 2022 23:23:41 +0000
Subject: [PATCH] Bump spring-webmvc in
 /springmvc5-springdatajpa2-jsp-mysql-example

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.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.1.0.RELEASE...v5.2.20.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 springmvc5-springdatajpa2-jsp-mysql-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/springmvc5-springdatajpa2-jsp-mysql-example/pom.xml b/springmvc5-springdatajpa2-jsp-mysql-example/pom.xml
index 5569ea9..067f2e8 100644
--- a/springmvc5-springdatajpa2-jsp-mysql-example/pom.xml
+++ b/springmvc5-springdatajpa2-jsp-mysql-example/pom.xml
@@ -10,7 +10,7 @@
 	<url>http://maven.apache.org</url>
 	<properties>
 		<failOnMissingWebXml>false</failOnMissingWebXml>
-		<spring.version>5.1.0.RELEASE</spring.version>
+		<spring.version>5.2.20.RELEASE</spring.version>
 		<hibernate.version>5.2.17.Final</hibernate.version>
 		<hibernate.validator>5.4.1.Final</hibernate.validator>
 		<c3p0.version>0.9.5.2</c3p0.version>