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 2020/03/08 12:32:25 UTC

[maven-artifact-transfer] 01/01: [MSHARED-857] - Upgrade commons-codec 1.14

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

khmarbaise pushed a commit to branch MSHARED-857
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 7ea6d41a8e69af1c6d65eab9fad1a78487582336
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 8 13:32:13 2020 +0100

    [MSHARED-857] - Upgrade commons-codec 1.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3669f3..3ac4e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
     </dependency>
 
     <!-- Maven 3.0.x -->