summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath2
-rw-r--r--build.xml2
-rw-r--r--lib/jsoup-1.10.3.jar (renamed from lib/jsoup-1.10.2.jar)bin350645 -> 355356 bytes
-rw-r--r--pom.xml6
4 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 283cb0699..5d1c4cd60 100644
--- a/.classpath
+++ b/.classpath
@@ -91,7 +91,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-58_2.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
- <classpathentry kind="lib" path="lib/jsoup-1.10.2.jar"/>
+ <classpathentry kind="lib" path="lib/jsoup-1.10.3.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/weupnp-0.1.4.jar"/>
<classpathentry kind="lib" path="lib/common-image-3.3.1.jar"/>
diff --git a/build.xml b/build.xml
index 714413ac0..9f21c52b1 100644
--- a/build.xml
+++ b/build.xml
@@ -219,7 +219,7 @@
<pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" />
- <pathelement location="${lib}/jsoup-1.10.2.jar" />
+ <pathelement location="${lib}/jsoup-1.10.3.jar" />
<pathelement location="${lib}/jwat-archive-common-1.0.5.jar" />
<pathelement location="${lib}/jwat-common-1.0.5.jar" />
<pathelement location="${lib}/jwat-gzip-1.0.5.jar" />
diff --git a/lib/jsoup-1.10.2.jar b/lib/jsoup-1.10.3.jar
index 75f716b5b..c6ea01b76 100644
--- a/lib/jsoup-1.10.2.jar
+++ b/lib/jsoup-1.10.3.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 19f387714..c3c190c6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>1.4.2</version>
+ <version>1.4.5</version>
<executions>
<execution>
<phase>verify</phase>
@@ -335,7 +335,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>1.4.2</version>
+ <version>1.4.5</version>
</plugin>
</plugins>
</reporting>
@@ -473,7 +473,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.10.2</version>
+ <version>1.10.3</version>
<type>jar</type>
</dependency>
<dependency>