Skip to content

Commit 5062ad2

Browse files
committed
HBX-2975: Update Hibernate ORM dependency to 6.6.12.Final
- Also update of jboss-parent to version 49 Signed-off-by: Koen Aers <[email protected]>
1 parent 16f257d commit 5062ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss</groupId>
2525
<artifactId>jboss-parent</artifactId>
26-
<version>48</version>
26+
<version>49</version>
2727
</parent>
2828

2929
<groupId>org.hibernate.tool</groupId>
@@ -94,7 +94,7 @@
9494
<google-java-format.version>1.24.0</google-java-format.version>
9595
<h2.version>2.3.232</h2.version>
9696
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
97-
<hibernate-orm.version>6.6.11.Final</hibernate-orm.version>
97+
<hibernate-orm.version>6.6.12.Final</hibernate-orm.version>
9898
<hsqldb.version>2.6.1</hsqldb.version>
9999
<javaee-api.version>8.0.1</javaee-api.version>
100100
<jboss-logging.version>3.6.1.Final</jboss-logging.version>

0 commit comments

Comments
 (0)