Skip to content

Commit 980cce5

Browse files
committed
Update pom.xml to use latest versions of AntiSamy, slf4j, & batik-css.
Antisamy: 1.5.8 -> 1.5.10 slf4j: 1.7.26 -> 1.7.30 batik: 1.11 -> 1.13 (addresses CVE-2019-17566)
1 parent 195f07c commit 980cce5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>org.owasp.antisamy</groupId>
230230
<artifactId>antisamy</artifactId>
231-
<version>1.5.8</version>
231+
<version>1.5.10</version>
232232
<exclusions>
233233
<exclusion>
234234
<groupId>xml-apis</groupId>
@@ -243,7 +243,7 @@
243243
<dependency>
244244
<groupId>org.slf4j</groupId>
245245
<artifactId>slf4j-api</artifactId>
246-
<version>1.7.26</version>
246+
<version>1.7.30</version>
247247
</dependency>
248248

249249
<!--
@@ -258,7 +258,7 @@
258258
<dependency>
259259
<groupId>org.apache.xmlgraphics</groupId>
260260
<artifactId>batik-css</artifactId>
261-
<version>1.11</version>
261+
<version>1.13</version>
262262
<exclusions>
263263
<exclusion>
264264
<groupId>commons-io</groupId>
@@ -535,8 +535,8 @@
535535
<requireJavaVersion>
536536
<version>1.7</version>
537537
<message>
538-
ESAPI 2.x now uses the JDK1.7 for it's baseline. Please make sure that your
539-
JAVA_HOME environment variable is pointed to a JDK1.7 distribution.
538+
ESAPI 2.x now uses the JDK1.7 for its baseline. Please make sure that your
539+
JAVA_HOME environment variable is pointed to a JDK1.7 or later distribution.
540540
</message>
541541
</requireJavaVersion>
542542
<enforceBytecodeVersion>

0 commit comments

Comments
 (0)