You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/05/09 21:28:33 UTC

[maven-enforcer] branch MENFORCER-303 updated: Upgraded commons-codec to try to fix windows IT failure.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MENFORCER-303
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/MENFORCER-303 by this push:
     new 7e0dfde  Upgraded commons-codec to try to fix windows IT failure.
7e0dfde is described below

commit 7e0dfde5c29e7965e0552b3950fd4b05590377d4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed May 9 23:28:12 2018 +0200

    Upgraded commons-codec to try to fix windows IT failure.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccd52b2..0baeff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.6</version>
+        <version>1.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-testing</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.