[MNG-7641] Upgrade Maven Wagon to 3.5.3

This commit is contained in:
Michael Osipov 2022-12-20 09:59:24 +01:00
parent 35c81bedde
commit e73a0b00fd
1 changed files with 1 additions and 8 deletions

View File

@ -162,7 +162,7 @@ under the License.
<guiceVersion>5.1.0</guiceVersion>
<guavaVersion>30.1-jre</guavaVersion>
<guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
<wagonVersion>3.5.2</wagonVersion>
<wagonVersion>3.5.3</wagonVersion>
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
<jxpathVersion>1.3</jxpathVersion>
@ -348,13 +348,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>${wagonVersion}</version>
<exclusions>
<!-- Not used at all -->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Repository -->
<dependency>