Skip to content

Commit be2d4e1

Browse files
committed
HBX-2938: Update Hibernate ORM dependency to 6.2.33.Final
Signed-off-by: Koen Aers <[email protected]>
1 parent 45931cd commit be2d4e1

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

maven/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,18 @@
124124
<execution>
125125
<id>default-descriptor</id>
126126
<phase>process-classes</phase>
127+
<configuration>
128+
<goalPrefix>hibernate-tools</goalPrefix>
129+
</configuration>
127130
</execution>
128131
<execution>
129132
<id>help-goal</id>
130133
<goals>
131134
<goal>helpmojo</goal>
132135
</goals>
136+
<configuration>
137+
<goalPrefix>hibernate-tools</goalPrefix>
138+
</configuration>
133139
</execution>
134140
</executions>
135141
</plugin>

pom.xml

Lines changed: 9 additions & 9 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>40</version>
26+
<version>47</version>
2727
</parent>
2828

2929
<groupId>org.hibernate.tool</groupId>
@@ -85,18 +85,18 @@
8585

8686
<properties>
8787

88-
<ant.version>1.10.14</ant.version>
89-
<antlr.version>4.13.1</antlr.version>
88+
<ant.version>1.10.15</ant.version>
89+
<antlr.version>4.13.2</antlr.version>
9090
<commons-collections.version>4.4</commons-collections.version>
91-
<freemarker.version>2.3.32</freemarker.version>
92-
<google-java-format.version>1.19.1</google-java-format.version>
93-
<h2.version>2.2.224</h2.version>
91+
<freemarker.version>2.3.34</freemarker.version>
92+
<google-java-format.version>1.24.0</google-java-format.version>
93+
<h2.version>2.3.232</h2.version>
9494
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version>
95-
<hibernate-orm.version>6.2.32.Final</hibernate-orm.version>
95+
<hibernate-orm.version>6.2.33.Final</hibernate-orm.version>
9696
<hsqldb.version>2.6.1</hsqldb.version>
9797
<javaee-api.version>8.0.1</javaee-api.version>
98-
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
99-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
98+
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
99+
<junit-jupiter.version>5.11.4</junit-jupiter.version>
100100
<mysql.version>8.0.22</mysql.version>
101101
<oracle.version>19.3.0.0</oracle.version>
102102
<sqlserver.version>9.2.1.jre8</sqlserver.version>

0 commit comments

Comments
 (0)