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:49 UTC

[maven-wagon] branch master updated (36dc4b3 -> ca53aac)

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

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


    from 36dc4b3  [WAGON-548] Upgrade HttpClient to 4.5.7
     new 4901bba  [WAGON-550] Upgrade JSoup to 1.11.3
     new 1eee810  [WAGON-551] Uprade JSch to 0.1.55
     new ca53aac  [WAGON-549] Upgrade Commons Net to 3.6

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 wagon-providers/wagon-ftp/pom.xml         | 2 +-
 wagon-providers/wagon-http-shared/pom.xml | 2 +-
 wagon-providers/wagon-ssh/pom.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[maven-wagon] 03/03: [WAGON-549] Upgrade Commons Net to 3.6

Posted by mi...@apache.org.
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 ca53aac4873c4ecf5833b4a7fec34fce013cc153
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 3 13:36:30 2019 +0100

    [WAGON-549] Upgrade Commons Net to 3.6
---
 wagon-providers/wagon-ftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/wagon-ftp/pom.xml b/wagon-providers/wagon-ftp/pom.xml
index 2c0c8b0..48d83b3 100644
--- a/wagon-providers/wagon-ftp/pom.xml
+++ b/wagon-providers/wagon-ftp/pom.xml
@@ -37,7 +37,7 @@ under the License.
     <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
-      <version>3.5</version>
+      <version>3.6</version>
     </dependency>
 
     <dependency>


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

Posted by mi...@apache.org.
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>


[maven-wagon] 02/03: [WAGON-551] Uprade JSch to 0.1.55

Posted by mi...@apache.org.
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 1eee810dc0feb543b4f5961545030a14a1b09256
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 3 13:36:08 2019 +0100

    [WAGON-551] Uprade JSch to 0.1.55
---
 wagon-providers/wagon-ssh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/wagon-ssh/pom.xml b/wagon-providers/wagon-ssh/pom.xml
index 521333c..6881c0f 100644
--- a/wagon-providers/wagon-ssh/pom.xml
+++ b/wagon-providers/wagon-ssh/pom.xml
@@ -38,7 +38,7 @@ under the License.
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
-      <version>0.1.54</version>
+      <version>0.1.55</version>
     </dependency>
     <dependency>
       <groupId>com.jcraft</groupId>