This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch maven-metrics in repository https://gitbox.apache.org/repos/asf/maven-studies.git
commit 672041efaf6d4b43033a513e49b6f01534d29f66 Author: Michael Osipov <[email protected]> AuthorDate: Sat Apr 25 10:53:50 2020 +0200 [MNG-6897] Upgrade Maven Wagon to 3.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df3ab27..e9a4b0a 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ under the License. <plexusUtilsVersion>3.3.0</plexusUtilsVersion> <guiceVersion>4.2.2</guiceVersion> <sisuInjectVersion>0.3.4</sisuInjectVersion> - <wagonVersion>3.3.4</wagonVersion> + <wagonVersion>3.4.0</wagonVersion> <jsoupVersion>1.12.1</jsoupVersion> <securityDispatcherVersion>1.4</securityDispatcherVersion> <cipherVersion>1.8</cipherVersion>
