Skip to content

Commit

Permalink
fix(deps): update hibernate core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2023
1 parent 3dec2b7 commit bd42cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<properties>
<ehcache.version>2.6.11</ehcache.version>
<hibernate.version>3.6.10.Final</hibernate.version>
<hibernate.version>5.6.14.Final</hibernate.version>
<icu4j.version>72.1</icu4j.version>
<spring.version>4.3.30.RELEASE</spring.version>
<resource-server.version>1.0.43</resource-server.version>
Expand Down Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.6.2.Final</version>
<version>5.6.14.Final</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down

0 comments on commit bd42cf3

Please sign in to comment.