Skip to content

Commit

Permalink
Update Xerces to prevent CVEs (#5018)
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol committed Apr 5, 2022
1 parent c5e71d0 commit 167910e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<groupId>org.glassfish.jersey</groupId>
Expand Down Expand Up @@ -2165,7 +2165,7 @@
<validation.impl.version>6.2.0.Final</validation.impl.version>
<weld.version>2.2.14.Final</weld.version> <!-- 2.4.1 doesn't work - bv tests -->
<weld3.version>3.1.7.SP1</weld3.version>
<xerces.version>2.11.0</xerces.version>
<xerces.version>2.12.2</xerces.version>

<!-- Graal VM -->
<graalvm.version>20.3.2</graalvm.version>
Expand Down

0 comments on commit 167910e

Please sign in to comment.