Skip to content

Commit

Permalink
Upgrade Hibernate to 5.6.9.Final.
Browse files Browse the repository at this point in the history
Closes #2583.
  • Loading branch information
gregturn committed Jun 28, 2022
1 parent c4a6d38 commit bc4347c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- AspectJ maven plugin can't handle 17 yet -->

<eclipselink>3.0.2</eclipselink>
<hibernate>5.6.0.Final</hibernate>
<hibernate>5.6.9.Final</hibernate>
<jsqlparser>4.3</jsqlparser>
<mysql-connector-java>8.0.23</mysql-connector-java>
<postgresql>42.2.19</postgresql>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-envers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</scm>

<properties>
<hibernate.envers>5.5.7.Final</hibernate.envers>
<hibernate.envers>${hibernate}</hibernate.envers>
<java-module-name>spring.data.envers</java-module-name>
</properties>

Expand Down

0 comments on commit bc4347c

Please sign in to comment.