Skip to content

Commit 6f2b658

Browse files
committed
HBX-2974: Update some of the other dependencies
- jboss-logging to version 48 - ant to version 1.10.15 - antlr to version 4.13.2 - freemarker to version 2.3.34 - google-java-format to version 1.25.2 - h2 to version 2.3.232 - hibernate-commons-annotations to version 7.0.3.Final - junit-jupiter to version 5.12.1 - jakarta.xml.bind-api to version 4.0.2 - flatten-maven-plugin to version 1.7.0 Signed-off-by: Koen Aers <[email protected]>
1 parent 38e3dd7 commit 6f2b658

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

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

2929
<groupId>org.hibernate.tool</groupId>
@@ -86,27 +86,27 @@
8686

8787
<properties>
8888

89-
<ant.version>1.10.14</ant.version>
90-
<antlr.version>4.13.1</antlr.version>
89+
<ant.version>1.10.15</ant.version>
90+
<antlr.version>4.13.2</antlr.version>
9191
<commons-collections.version>4.4</commons-collections.version>
92-
<freemarker.version>2.3.32</freemarker.version>
93-
<google-java-format.version>1.19.1</google-java-format.version>
94-
<h2.version>2.2.224</h2.version>
95-
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version>
92+
<freemarker.version>2.3.34</freemarker.version>
93+
<google-java-format.version>1.25.2</google-java-format.version>
94+
<h2.version>2.3.232</h2.version>
95+
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
9696
<hibernate-orm.version>7.0.0.Beta4</hibernate-orm.version>
9797
<hsqldb.version>2.6.1</hsqldb.version>
9898
<javaee-api.version>8.0.1</javaee-api.version>
9999
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
100-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
100+
<junit-jupiter.version>5.12.1</junit-jupiter.version>
101101
<mysql.version>8.0.22</mysql.version>
102102
<oracle.version>19.3.0.0</oracle.version>
103103
<sqlserver.version>9.2.1.jre8</sqlserver.version>
104-
<jakarta.xml.bind-api.version>4.0.0</jakarta.xml.bind-api.version>
104+
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
105105

106106
<!-- Plugins not managed by the JBoss parent POM: -->
107107
<maven-wrapper-plugin.version>3.3.2</maven-wrapper-plugin.version>
108108
<nexus-staging.plugin.version>1.7.0</nexus-staging.plugin.version>
109-
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
109+
<flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version>
110110

111111
<!--
112112
We don't want to publish or sign any modules by default.

0 commit comments

Comments
 (0)