diff options
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/jsoup-1.11.3.jar (renamed from lib/jsoup-1.11.2.jar) | bin | 392350 -> 395748 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index 69bf4382b..f73100d4c 100644 --- a/.classpath +++ b/.classpath @@ -87,7 +87,7 @@ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="lib" path="lib/icu4j-61.1.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/> - <classpathentry kind="lib" path="lib/jsoup-1.11.2.jar"/> + <classpathentry kind="lib" path="lib/jsoup-1.11.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.2.jar"/> @@ -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.3.10.jar" /> - <pathelement location="${lib}/jsoup-1.11.2.jar" /> + <pathelement location="${lib}/jsoup-1.11.3.jar" /> <pathelement location="${lib}/jwat-archive-common-1.1.0.jar" /> <pathelement location="${lib}/jwat-common-1.1.0.jar" /> <pathelement location="${lib}/jwat-gzip-1.1.0.jar" /> diff --git a/lib/jsoup-1.11.2.jar b/lib/jsoup-1.11.3.jar Binary files differindex e4be2aed9..962e35572 100644 --- a/lib/jsoup-1.11.2.jar +++ b/lib/jsoup-1.11.3.jar @@ -483,7 +483,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.11.2</version> + <version>1.11.3</version> <type>jar</type> </dependency> <dependency> |
