Skip to content

Commit

Permalink
fix(deps): update hibernate core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2022
1 parent 2d02474 commit af673f0
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 @@ -86,7 +86,7 @@

<properties>
<ehcache.version>2.6.11</ehcache.version>
<hibernate.version>3.6.10.Final</hibernate.version>
<hibernate.version>6.1.6.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 @@ -264,7 +264,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.6.0.Final</version>
<version>5.6.14.Final</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down

0 comments on commit af673f0

Please sign in to comment.