Skip to content

Commit

Permalink
HPCC4J-658 Upgrade out-of-date dependencies (#768)
Browse files Browse the repository at this point in the history
Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu authored Oct 29, 2024
1 parent 4fac4ed commit 6abcb06
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<antlr.version>4.10.1</antlr.version>
<javax.mail.version>1.4</javax.mail.version>
<jsch.version>0.1.54</jsch.version>
<commons-io.version>2.7</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>
<junit.version>4.13.1</junit.version>
<json.version>20231013</json.version>
<log4j.version>2.17.1</log4j.version>
Expand All @@ -62,6 +62,8 @@
<groups>org.hpccsystems.commons.annotations.BaseTests</groups>
<codehaus.template.version>1.0.0</codehaus.template.version>
<project.benchmarking>false</project.benchmarking>
<xalan.version>2.7.3</xalan.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
</properties>

<scm>
Expand Down Expand Up @@ -172,6 +174,23 @@
<artifactId>axis2-jaxws</artifactId>
<version>${axis2.version}</version>
</dependency>
<!-- Apache Axis2: Out-dated dependency overrides -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>${xalan.version}</version>
</dependency>
<!-- -->
</dependencies>

<build>
Expand Down

0 comments on commit 6abcb06

Please sign in to comment.