diff options
| author | reger <reger18@arcor.de> | 2017-03-17 02:19:33 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-03-17 02:19:33 +0100 |
| commit | e0c5b283319ec68b6ac57f3394ffe81a197c4bef (patch) | |
| tree | 3c31a8c519acf7b1d7631c05ec39ab833fa3b14d | |
| parent | 5b5ada38c32624a7065a8137b7c9a59fe935efb5 (diff) | |
update to jsoup-1.10.2.jar
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | lib/jsoup-1.10.1.jar | bin | 345593 -> 0 bytes | |||
| -rw-r--r-- | lib/jsoup-1.10.2.jar | bin | 0 -> 350645 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index fa2f51592..583e965ec 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-57_1.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/> - <classpathentry kind="lib" path="lib/jsoup-1.10.1.jar"/> + <classpathentry kind="lib" path="lib/jsoup-1.10.2.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"/> @@ -216,7 +216,7 @@ <pathelement location="${lib}/jetty-xml-9.2.21.v20170120.jar" /> <pathelement location="${lib}/jsch-0.1.54.jar" /> <pathelement location="${lib}/json-simple-1.1.1.jar" /> - <pathelement location="${lib}/jsoup-1.10.1.jar" /> + <pathelement location="${lib}/jsoup-1.10.2.jar" /> <pathelement location="${lib}/log4j-over-slf4j-1.7.21.jar" /> <pathelement location="${lib}/lucene-analyzers-common-5.5.3.jar" /> <pathelement location="${lib}/lucene-analyzers-phonetic-5.5.3.jar" /> diff --git a/lib/jsoup-1.10.1.jar b/lib/jsoup-1.10.1.jar Binary files differdeleted file mode 100644 index b75189d1f..000000000 --- a/lib/jsoup-1.10.1.jar +++ /dev/null diff --git a/lib/jsoup-1.10.2.jar b/lib/jsoup-1.10.2.jar Binary files differnew file mode 100644 index 000000000..75f716b5b --- /dev/null +++ b/lib/jsoup-1.10.2.jar @@ -472,7 +472,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.10.1</version> + <version>1.10.2</version> <type>jar</type> </dependency> <dependency> |
