Skip to content

Commit 5dd6fe5

Browse files
committed
Upgrade to Hibernate 7.2.0.Final.
Closes #4121
1 parent a8760a5 commit 5dd6fe5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<antlr>4.13.2</antlr> <!-- align with Hibernate's parser -->
3131
<eclipselink>5.0.0-B13</eclipselink>
3232
<eclipselink-next>5.0.0-SNAPSHOT</eclipselink-next>
33-
<hibernate>7.1.11.Final</hibernate>
34-
<hibernate-71-snapshots>7.1.12-SNAPSHOT</hibernate-71-snapshots>
33+
<hibernate>7.2.0.Final</hibernate>
34+
<hibernate-72-snapshots>7.2.1-SNAPSHOT</hibernate-72-snapshots>
3535
<hsqldb>2.7.4</hsqldb>
3636
<h2>2.3.232</h2>
3737
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
@@ -65,9 +65,9 @@
6565
</repositories>
6666
</profile>
6767
<profile>
68-
<id>hibernate-71-snapshots</id>
68+
<id>hibernate-72-snapshots</id>
6969
<properties>
70-
<hibernate>${hibernate-71-snapshots}</hibernate>
70+
<hibernate>${hibernate-72-snapshots}</hibernate>
7171
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
7272
</properties>
7373
<repositories>

0 commit comments

Comments
 (0)