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 2019/09/12 14:33:04 UTC

[commons-configuration] branch master updated: [CONFIGURATION-758] Update commons-codec:commons-codec from 1.12 to 1.13.

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 23d73a4  [CONFIGURATION-758] Update commons-codec:commons-codec from 1.12 to 1.13.
23d73a4 is described below

commit 23d73a474f89c5461f2e0bd2f6d4cb5741e5f0ec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 12 10:33:00 2019 -0400

    [CONFIGURATION-758] Update commons-codec:commons-codec from 1.12 to
    1.13.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 195bd87..0f3ae52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.12</version>
+      <version>1.13</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a930e9d..6fa858b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-758" due-to="Gary Gregory">
+        Update commons-codec:commons-codec from 1.12 to 1.13.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated dependencies.">