Bump hibernate-core

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-10 05:44:24 +00:00 committed by GitHub
parent 7cae38ad9f
commit 43dcc02240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<!-- The main class to start by executing java -jar -->
<start-class>com.ossez.h2db.demo.server.SpringBootApp</start-class>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<hibernate.version>5.3.11.Final</hibernate.version>
<hibernate.version>5.4.24.Final</hibernate.version>
<db-util.version>1.0.4</db-util.version>
</properties>