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 0e29fbe  [CONFIGURATION-757] Update org.yaml:snakeyaml from 1.24 to 
1.25.
0e29fbe is described below

commit 0e29fbee814514c2ea07de0168f70de03cc64fed
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Sep 12 10:23:33 2019 -0400

    [CONFIGURATION-757] Update org.yaml:snakeyaml from 1.24 to 1.25.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91dd355..2642359 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.24</version>
+      <version>1.25</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14f35b8..20e65e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@
       <action dev="ggregory" type="update" due-to="Kevin Wang">
         Fix syntax in user guide documentation #33.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-757" 
due-to="Gary Gregory">
+        Update org.yaml:snakeyaml from 1.24 to 1.25.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to