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 5b264b8  [CONFIGURATION] Update Apache Commons Codec from 1.11 to 1.12.
5b264b8 is described below

commit 5b264b84670790fee8c82a258b1384bc7a989a76
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Thu Feb 28 10:39:57 2019 -0500

    [CONFIGURATION] Update Apache Commons Codec from 1.11 to 1.12.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74c838c..2f2c7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.11</version>
+      <version>1.12</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3726884..4169387 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,7 +31,10 @@
         Allow user to specify the comments and separator chars.
       </action>
       <action dev="ggregory" type="update" issue="CONFIGURATION-738" 
due-to="Gary Gregory">
-      Update Jackson from 2.9.7 to 2.9.8.
+        Update Jackson from 2.9.7 to 2.9.8.
+      </action>.
+      <action dev="ggregory" type="update" issue="CONFIGURATION-739" 
due-to="Gary Gregory">
+        Update Apache Commons Codec from 1.11 to 1.12.
       </action>
     </release>
     <release version="2.4" date="2018-10-23"

Reply via email to