Skip to content

Commit 90bf947

Browse files
committed
Synched the versions with the main pom.xml
1 parent 73e1115 commit 90bf947

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pom-java8.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,20 @@
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2828
<commons-cli.version>1.2</commons-cli.version>
29-
<cxf.version>3.2.14</cxf.version>
30-
<hamcrest.version>2.2</hamcrest.version>
29+
<cxf.version>3.6.4</cxf.version>
30+
<hamcrest.version>3.0</hamcrest.version>
3131
<jersey.version>1.10</jersey.version>
32-
<log4j.version>2.20.0</log4j.version>
33-
<mysql.version>8.0.33</mysql.version>
32+
<log4j.version>2.22.0</log4j.version>
33+
<mysql.version>9.0.0</mysql.version>
3434
<netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server>
3535
<owlapi-api.version>3.4</owlapi-api.version>
36-
<rdf4j.version>3.7.7</rdf4j.version>
36+
<rdf4j.version>4.3.8</rdf4j.version>
3737
<servlet.version>2.5</servlet.version>
38-
<slf4j.version>1.6.4</slf4j.version>
38+
<slf4j.version>2.0.9</slf4j.version>
3939
<derby.version>10.4.2.0</derby.version>
4040
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
41-
<junit5.jupiter.version>5.10.0</junit5.jupiter.version>
41+
<junit5.platform.launcher.version>1.11.0</junit5.platform.launcher.version>
42+
<junit5.jupiter.version>5.11.0</junit5.jupiter.version>
4243
<junit5.excludeGroups>mysql</junit5.excludeGroups>
4344
<junit5.groups />
4445
</properties>

0 commit comments

Comments
 (0)