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 7, 2022
1 parent d90b31d commit cd01d06
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>6.1.6.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.6.14.Final</version>
</dependency>

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

0 comments on commit cd01d06

Please sign in to comment.