[SUREFIRE-1785] Upgrade Maven Artifact Transfer to Version 0.13.1
diff --git a/pom.xml b/pom.xml
index 339e645..2e8755b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,15 +219,9 @@
         </exclusions>
       </dependency>
       <dependency>
-        <!-- version 1.11 used in maven-artifact-transfer:0.11.0 -->
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.11</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-artifact-transfer</artifactId>
-        <version>0.11.0</version>
+        <version>0.13.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.maven</groupId>
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index a6c67d4..c845f5c 100644
--- a/surefire-shared-utils/pom.xml
+++ b/surefire-shared-utils/pom.xml
@@ -56,10 +56,6 @@
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
@@ -78,7 +74,6 @@
                                     <incclude>commons-io:commons-io</incclude>
                                     <include>org.apache.commons:commons-lang3</include>
                                     <include>org.apache.commons:commons-compress</include>
-                                    <include>commons-codec:commons-codec</include>
                                 </includes>
                             </artifactSet>
                             <relocations>
@@ -98,10 +93,6 @@
                                     <pattern>org.apache.commons.compress</pattern>
                                     <shadedPattern>org.apache.maven.surefire.shared.compress</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.commons.codec</pattern>
-                                    <shadedPattern>org.apache.maven.surefire.shared.codec</shadedPattern>
-                                </relocation>
                             </relocations>
                         </configuration>
                     </execution>
@@ -110,4 +101,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>