Skip to content

Commit 918b3e0

Browse files
committed
HBX-3054: Update Hibernate ORM dependency to 6.6.22.Final
Signed-off-by: Koen Aers <[email protected]>
1 parent 0e3761c commit 918b3e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven/docs/5-minute-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To properly generate our entity, we need to do two more things. The first is of
120120
121121
<properties>
122122
...
123-
<hibernate.version>6.0.0-SNAPSHOT</hibernate.version>
123+
<hibernate.version>6.2.22.Final</hibernate.version>
124124
</properties>
125125
126126
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.21.Final</hibernate-orm.version>
97+
<hibernate-orm.version>6.6.22.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)