You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/02/03 12:36:50 UTC

[maven-wagon] 01/03: [WAGON-550] Upgrade JSoup to 1.11.3

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git

commit 4901bba8d6fc98b4150a0008c096be492e9f83a1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 3 13:35:42 2019 +0100

    [WAGON-550] Upgrade JSoup to 1.11.3
---
 wagon-providers/wagon-http-shared/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/wagon-http-shared/pom.xml b/wagon-providers/wagon-http-shared/pom.xml
index 56d7448..9a3585a 100644
--- a/wagon-providers/wagon-http-shared/pom.xml
+++ b/wagon-providers/wagon-http-shared/pom.xml
@@ -37,7 +37,7 @@ under the License.
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.11.2</version>
+      <version>1.11.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>