upd to jsoup-1.10.3.jar

pull/127/head
reger 8 years ago
parent 64cec2790d
commit 1773b61b3e

@ -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"/>

@ -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" />

@ -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>

Loading…
Cancel
Save