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/06/10 13:31:38 UTC

[maven-wagon] branch master updated: [WAGON-561] Upgrade JSoup to 1.12.1

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


The following commit(s) were added to refs/heads/master by this push:
     new e713a1f  [WAGON-561] Upgrade JSoup to 1.12.1
e713a1f is described below

commit e713a1fb9ef4f3ce8a168e807e34d500362720f6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jun 10 15:31:28 2019 +0200

    [WAGON-561] Upgrade JSoup to 1.12.1
---
 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 f80d6c5..3a28bee 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.3</version>
+      <version>1.12.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>