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 486e0ab  [CONFIGURATION-743] Update optional library snakeyaml from 
1.23 to 1.24.
486e0ab is described below

commit 486e0ab5998442aee419f1ddbb98737da75cfac5
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Thu Apr 11 12:49:05 2019 -0400

    [CONFIGURATION-743] Update optional library snakeyaml from 1.23 to 1.24.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 845b224..1a0611a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.23</version>
+      <version>1.24</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff787c6..a3c97ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-741" 
due-to="Gary Gregory">
         Update Spring from 4.3.19 to 4.3.22.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-743" 
due-to="Gary Gregory">
+        Update optional library snakeyaml from 1.23 to 1.24.
+      </action>
     </release>
     <release version="2.4" date="2018-10-23"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to