Skip to content

Commit 25058fb

Browse files
committed
HBX-3070: Update Hibernate ORM dependency to 7.1.0.CR1
Signed-off-by: Koen Aers <[email protected]>
1 parent 6538056 commit 25058fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
<module>ant</module>
8383
<module>test</module>
8484
<module>utils</module>
85+
<!-- Excluding the language module from 7.1.x for now as there is a build failure because of it
8586
<module>language</module>
87+
-->
8688
</modules>
8789

8890
<properties>
@@ -94,7 +96,7 @@
9496
<google-java-format.version>1.27.0</google-java-format.version>
9597
<h2.version>2.3.232</h2.version>
9698
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
97-
<hibernate-orm.version>7.0.8.Final</hibernate-orm.version>
99+
<hibernate-orm.version>7.1.0.CR1</hibernate-orm.version>
98100
<hsqldb.version>2.6.1</hsqldb.version>
99101
<javaee-api.version>8.0.1</javaee-api.version>
100102
<jboss-logging.version>3.6.1.Final</jboss-logging.version>

0 commit comments

Comments
 (0)