Merge pull request 'Bump hibernate-core' (#12) from dependabot/maven/persistence-modules/spring-boot-persistence-h2-console/org.hibernate-hibernate-core-5.4.24.Final into master

Reviewed-on: https://src.ossez.com/cwiki-us-docs/java-tutorials/pulls/12
This commit is contained in:
honeymoose 2022-04-30 17:18:25 -04:00
commit d06c537a0f
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>