Skip to content

Commit

Permalink
Update hibernate core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 2, 2020
1 parent 4d20fcc commit cdf8842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<ehcache.version>2.9.0</ehcache.version>
<ehcache-web.version>2.0.4</ehcache-web.version>
<jackson.version>2.11.3</jackson.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<hibernate-jpamodelgen.version>1.3.0.Final</hibernate-jpamodelgen.version>
<hibernate.version>5.4.23.Final</hibernate.version>
<hibernate-jpamodelgen.version>5.4.23.Final</hibernate-jpamodelgen.version>
<hibernate-jpa-api.version>1.0.0.Final</hibernate-jpa-api.version>
<hsqldb.version>2.5.0</hsqldb.version>
<junit.version>4.13.1</junit.version>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>4.3.5.Final</version>
<version>5.4.22.Final</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit cdf8842

Please sign in to comment.