Skip to content

Commit

Permalink
upd to Jsoup-1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Nov 26, 2017
1 parent d5a7553 commit a187911
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-60.1.jar"/> <classpathentry kind="lib" path="lib/icu4j-60.1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.10.3.jar"/> <classpathentry kind="lib" path="lib/jsoup-1.11.2.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.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/weupnp-0.1.4.jar"/>
<classpathentry kind="lib" path="lib/common-image-3.3.2.jar"/> <classpathentry kind="lib" path="lib/common-image-3.3.2.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<pathelement location="${lib}/jsch-0.1.54.jar" /> <pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" /> <pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.3.10.jar" /> <pathelement location="${lib}/jsonic-1.3.10.jar" />
<pathelement location="${lib}/jsoup-1.10.3.jar" /> <pathelement location="${lib}/jsoup-1.11.2.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.0.jar" /> <pathelement location="${lib}/jwat-archive-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-common-1.1.0.jar" /> <pathelement location="${lib}/jwat-common-1.1.0.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.0.jar" /> <pathelement location="${lib}/jwat-gzip-1.1.0.jar" />
Expand Down
Binary file removed lib/jsoup-1.10.3.jar
Binary file not shown.
Binary file added lib/jsoup-1.11.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<dependency> <dependency>
<groupId>org.jsoup</groupId> <groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId> <artifactId>jsoup</artifactId>
<version>1.10.3</version> <version>1.11.2</version>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
<dependency> <dependency>
Expand Down

0 comments on commit a187911

Please sign in to comment.