KEYCLOAK-12694 Upgrade to owasp-java-html-sanitizer 20191001.1

This commit is contained in:
Martin Kanis 2020-01-21 09:30:35 +01:00 committed by Hynek Mlnařík
parent 52fd2b4aa4
commit 0e7b475449
5 changed files with 5 additions and 5 deletions

View file

@ -15,11 +15,11 @@
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>owasp-java-html-sanitizer</artifactId>
<version>20180219.1</version>
<version>20191001.1</version>
<licenses>
<license>
<name>Apache Software License 2.0</name>
<url>https://raw.githubusercontent.com/OWASP/java-html-sanitizer/release-20180219.1/COPYING</url>
<url>https://raw.githubusercontent.com/OWASP/java-html-sanitizer/release-20191001.1/COPYING</url>
</license>
</licenses>
</dependency>

View file

@ -15,11 +15,11 @@
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>owasp-java-html-sanitizer</artifactId>
<version>20180219.1</version>
<version>20191001.1.0.redhat-00001</version>
<licenses>
<license>
<name>Apache Software License 2.0</name>
<url>https://raw.githubusercontent.com/OWASP/java-html-sanitizer/release-20180219.1/COPYING</url>
<url>https://raw.githubusercontent.com/OWASP/java-html-sanitizer/release-20191001.1/COPYING</url>
</license>
</licenses>
</dependency>

View file

@ -82,7 +82,7 @@
<!-- Will be used in the product. Upstream versions are overridden in the community profile -->
<resteasy.version>3.9.3.Final</resteasy.version>
<resteasy.undertow.version>${resteasy.version}</resteasy.undertow.version>
<owasp.html.sanitizer.version>20180219.1</owasp.html.sanitizer.version>
<owasp.html.sanitizer.version>20191001.1</owasp.html.sanitizer.version>
<slf4j-api.version>1.7.22</slf4j-api.version>
<slf4j.version>1.7.22</slf4j.version>
<sun.istack.version>3.0.7</sun.istack.version>