From 634d8f9dd59a774f163b6c5aa16e741c9d82e658 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 24 Nov 2022 09:39:55 +0000
Subject: [PATCH] Bump hibernate-core in /spring-framework-tutorial-model

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.3.2.Final to 5.3.20.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.3.20/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.3.2...5.3.20)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 spring-framework-tutorial-model/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-framework-tutorial-model/pom.xml b/spring-framework-tutorial-model/pom.xml
index f1fe437..74e39f6 100644
--- a/spring-framework-tutorial-model/pom.xml
+++ b/spring-framework-tutorial-model/pom.xml
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>5.3.2.Final</version>
+            <version>5.3.20.Final</version>
         </dependency>
     </dependencies>