Browse Source

Upgrade to Hibernate 7.2.2.Final.

Closes #4176
pull/4183/head
Mark Paluch 2 months ago
parent
commit
c016e3eb85
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 5
      pom.xml

5
pom.xml

@ -30,8 +30,8 @@ @@ -30,8 +30,8 @@
<antlr>4.13.2</antlr> <!-- align with Hibernate's parser -->
<eclipselink>5.0.0-B13</eclipselink>
<eclipselink-next>5.0.0-SNAPSHOT</eclipselink-next>
<hibernate>7.2.1.Final</hibernate>
<hibernate-72-snapshots>7.2.2-SNAPSHOT</hibernate-72-snapshots>
<hibernate>7.2.2.Final</hibernate>
<hibernate-72-snapshots>7.2.3-SNAPSHOT</hibernate-72-snapshots>
<hsqldb>2.7.4</hsqldb>
<h2>2.3.232</h2>
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
@ -53,7 +53,6 @@ @@ -53,7 +53,6 @@
<module>spring-data-jpa-distribution</module>
</modules>
<profiles>
<profile>
<id>jmh</id>

Loading…
Cancel
Save