Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<version>1.6.6.1</version>
<version>1.6.7</version>
<exclusions>
<!-- excluded because version imported by AntiSamy Requires Java 8. We import
the last Java 7 versions of these ourselves. -->
Expand All @@ -260,7 +260,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.24</version>
<version>2.61.0</version>
<exclusions>
<!-- excluded because this conflicts with the version imported by AntiSamy -->
<exclusion>
Expand Down