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 2018/03/29 14:23:01 UTC

svn commit: r1827996 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Mar 29 14:23:00 2018
New Revision: 1827996

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

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=1827996&r1=1827995&r2=1827996&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Mar 29 14:23:00 2018
@@ -378,7 +378,7 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.19</version>
+      <version>1.20</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=1827996&r1=1827995&r2=1827996&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Mar 29 14:23:00 2018
@@ -48,6 +48,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-682">
         Update Snakeyaml from 1.18 to 1.19.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-696">
+        Update optional dependency snakeyaml from 1.19 to 1.20.
+      </action>
       <action dev="ggregory" type="update" issue="CONFIGURATION-683">
         Update Spring from 4.3.9.RELEASE to 4.3.13.RELEASE.
       </action>