Skip to content

Commit

Permalink
[MNG-7641] Upgrade Maven Wagon to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 23, 2022
1 parent da4246a commit 91ddc37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ under the License.
<plexusUtilsVersion>3.3.1</plexusUtilsVersion>
<guiceVersion>4.2.2</guiceVersion>
<sisuVersion>0.3.5</sisuVersion>
<wagonVersion>3.5.2</wagonVersion>
<wagonVersion>3.5.3</wagonVersion>
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
<modelloVersion>1.11</modelloVersion>
Expand Down Expand Up @@ -341,12 +341,6 @@ under the License.
<artifactId>wagon-http</artifactId>
<version>${wagonVersion}</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Repository -->
<dependency>
Expand Down

0 comments on commit 91ddc37

Please sign in to comment.