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 2021/03/16 17:33:07 UTC

[maven] branch master updated: [MNG-7119] Upgrade Maven Wagon to 3.4.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.git


The following commit(s) were added to refs/heads/master by this push:
     new d87a1f5  [MNG-7119] Upgrade Maven Wagon to 3.4.3
d87a1f5 is described below

commit d87a1f5325488f51077619e0410b5d3d16f63f61
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Mar 16 18:22:04 2021 +0100

    [MNG-7119] Upgrade Maven Wagon to 3.4.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 655557b..1514f98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@ under the License.
     <guavaVersion>30.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>
-    <wagonVersion>3.4.2</wagonVersion>
+    <wagonVersion>3.4.3</wagonVersion>
     <jsoupVersion>1.12.1</jsoupVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.8</cipherVersion>