Skip to content

Commit 93a433d

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#585)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-XERCES-608891
1 parent aee6f52 commit 93a433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<groupId>xerces</groupId>
288288
<artifactId>xercesImpl</artifactId>
289289
<!-- Note: CVE-2020-14338) in xercesImpl:2.12.0 but Apache has not released an update to this library yet to eliminate it. See ESAPI-security-bulletin3.pdf for further details. -->
290-
<version>2.12.0</version>
290+
<version>2.12.1</version>
291291
</dependency>
292292
<dependency>
293293
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)