Skip to content

Commit 7cdf53f

Browse files
committed
Upgrade build to Hibernate 6.3.1.
Fixes #3166.
1 parent 6580fd7 commit 7cdf53f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
3131
<eclipselink>3.0.3</eclipselink>
3232
<eclipselink-next>4.0.2</eclipselink-next>
33-
<hibernate>6.2.4.Final</hibernate>
34-
<hibernate-next>6.3.0.Final</hibernate-next>
35-
<hibernate-next-snapshots>6.3.1-SNAPSHOT</hibernate-next-snapshots>
33+
<hibernate>6.3.1.Final</hibernate>
34+
<hibernate-next-snapshots>6.3.2-SNAPSHOT</hibernate-next-snapshots>
3635
<hsqldb>2.7.1</hsqldb>
3736
<h2>2.2.220</h2>
3837
<jsqlparser>4.5</jsqlparser>
@@ -55,12 +54,6 @@
5554

5655

5756
<profiles>
58-
<profile>
59-
<id>hibernate-63</id>
60-
<properties>
61-
<hibernate>${hibernate-next}</hibernate>
62-
</properties>
63-
</profile>
6457
<profile>
6558
<id>hibernate-63-next</id>
6659
<properties>

0 commit comments

Comments
 (0)