Author: ggregory
Date: Sat Jul  7 16:26:13 2018
New Revision: 1835321

URL: http://svn.apache.org/viewvc?rev=1835321&view=rev
Log:
[CONFIGURATION-706] Update optional dependency snakeyaml from 1.20 to 1.21.

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1835321&r1=1835320&r2=1835321&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Jul  7 16:26:13 2018
@@ -397,7 +397,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.20</version>
+      <version>1.21</version>
       <optional>true</optional>
     </dependency>
 

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1835321&r1=1835320&r2=1835321&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Jul  7 
16:26:13 2018
@@ -27,6 +27,9 @@
   <body>
     <release version="2.3" date="in SVN"
              description="Minor release with new features and updated 
dependencies.">
+      <action dev="ggregory" type="update" issue="CONFIGURATION-706">
+        Update optional dependency snakeyaml from 1.20 to 1.21.
+      </action>
       <action dev="ggregory" type="update" issue="CONFIGURATION-705">
         Update Jackson from 2.9.5 to 2.9.6.
       </action>


Reply via email to