You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/30 00:51:10 UTC

[maven-enforcer] 02/03: Bump commons-codec from 1.14 to 1.15

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

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

commit 1d3e6b11adb73e8ca5eaed0fd0112f236f5415d2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Dec 30 01:47:52 2020 +0100

    Bump commons-codec from 1.14 to 1.15
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 080b5e8..a972269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.14</version>
+        <version>1.15</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>