You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/18 12:22:27 UTC

[maven-enforcer] 01/01: update commons-codec

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

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

commit 8c04f44c35b6aa091ed83be12c5775342c40103b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Apr 18 08:22:10 2020 -0400

    update commons-codec
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f045e3..ca8ad33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.12</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-testing</groupId>