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 17, 2020
1 parent 9e20a6e commit 9d8c462
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 @@ -177,14 +177,14 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.6.10.Final</version>
<version>5.4.24.Final</version>
</dependency>

<!-- Needed for schema reset; version compatible with org.hibernate:hibernate-core:3.6.10.FINAL -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.6.0.Final</version>
<version>5.4.23.Final</version>
</dependency>

<dependency><!-- java bytecode processor required by hibernate-->
Expand Down

0 comments on commit 9d8c462

Please sign in to comment.