We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72a39e commit 4819c56Copy full SHA for 4819c56
pom.xml
@@ -30,8 +30,8 @@
30
<antlr>4.13.2</antlr> <!-- align with Hibernate's parser -->
31
<eclipselink>5.0.0-B13</eclipselink>
32
<eclipselink-next>5.0.0-SNAPSHOT</eclipselink-next>
33
- <hibernate>7.2.1.Final</hibernate>
34
- <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>
35
<hsqldb>2.7.4</hsqldb>
36
<h2>2.3.232</h2>
37
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
@@ -53,7 +53,6 @@
53
<module>spring-data-jpa-distribution</module>
54
</modules>
55
56
-
57
<profiles>
58
<profile>
59
<id>jmh</id>
0 commit comments