mirror of https://github.com/apache/archiva.git
[MRM-2048] upgrade xerces due to CVE (#103)
This commit is contained in:
parent
979996bdfb
commit
5fa6e31076
4
pom.xml
4
pom.xml
|
@ -53,7 +53,7 @@
|
|||
<maven.compiler.target>8</maven.compiler.target>
|
||||
|
||||
<commons-codec.version>1.6</commons-codec.version>
|
||||
<commons-collections.version>3.2.1</commons-collections.version>
|
||||
<commons-collections.version>3.2.2</commons-collections.version>
|
||||
<commons-fileupload.version>1.2.2</commons-fileupload.version>
|
||||
<commons-io.version>2.4</commons-io.version>
|
||||
<commons-lang.version>2.6</commons-lang.version>
|
||||
|
@ -171,7 +171,7 @@
|
|||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<version>2.12.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue