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:26 UTC

[maven-enforcer] branch sf created (now 8c04f44)

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

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


      at 8c04f44  update commons-codec

This branch includes the following new commits:

     new 8c04f44  update commons-codec

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>