You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/01 17:55:35 UTC

[commons-configuration] branch master updated: Update commons-codec from 1.14 to 1.15.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 900cc15  Update commons-codec from 1.14 to 1.15.
900cc15 is described below

commit 900cc15832112fc6fe668ae01c29cab8893e11f3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 1 13:55:28 2020 -0400

    Update commons-codec from 1.14 to 1.15.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7e0281..2c47746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.14</version>
+      <version>1.15</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2b7d32..54a95f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,9 @@
        <action type="update" dev="ggregory" due-to="Dependabot">
          Update actions/setup-java from v1.4.0 to v1.4.1 #63.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update optional commons-codec from 1.14 to 1.15.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">