|
|
|
|
@ -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.1.11.Final</hibernate> |
|
|
|
|
<hibernate-71-snapshots>7.1.12-SNAPSHOT</hibernate-71-snapshots> |
|
|
|
|
<hibernate>7.2.0.Final</hibernate> |
|
|
|
|
<hibernate-72-snapshots>7.2.1-SNAPSHOT</hibernate-72-snapshots> |
|
|
|
|
<hsqldb>2.7.4</hsqldb> |
|
|
|
|
<h2>2.3.232</h2> |
|
|
|
|
<jakarta-persistence-api>3.2.0</jakarta-persistence-api> |
|
|
|
|
@ -65,9 +65,9 @@
@@ -65,9 +65,9 @@
|
|
|
|
|
</repositories> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>hibernate-71-snapshots</id> |
|
|
|
|
<id>hibernate-72-snapshots</id> |
|
|
|
|
<properties> |
|
|
|
|
<hibernate>${hibernate-71-snapshots}</hibernate> |
|
|
|
|
<hibernate>${hibernate-72-snapshots}</hibernate> |
|
|
|
|
<jakarta-persistence-api>3.2.0</jakarta-persistence-api> |
|
|
|
|
</properties> |
|
|
|
|
<repositories> |
|
|
|
|
|