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 2017/08/25 20:25:40 UTC

svn commit: r1806226 - in /commons/proper/digester/trunk: core/pom.xml src/changes/changes.xml

Author: ggregory
Date: Fri Aug 25 20:25:40 2017
New Revision: 1806226

URL: http://svn.apache.org/viewvc?rev=1806226&view=rev
Log:
[DIGESTER-187] Update Apache Commons Bean Utils from 1.8.3 to 1.9.3.

Modified:
    commons/proper/digester/trunk/core/pom.xml
    commons/proper/digester/trunk/src/changes/changes.xml

Modified: commons/proper/digester/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/core/pom.xml?rev=1806226&r1=1806225&r2=1806226&view=diff
==============================================================================
--- commons/proper/digester/trunk/core/pom.xml (original)
+++ commons/proper/digester/trunk/core/pom.xml Fri Aug 25 20:25:40 2017
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.3</version>
+      <version>1.9.3</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1806226&r1=1806225&r2=1806226&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Fri Aug 25 20:25:40 2017
@@ -68,6 +68,9 @@
     <action dev="ggregory" type="update" issue="DIGESTER-186">
       Update Java requirement from version 5 to 6.
     </action>
+    <action dev="ggregory" type="update" issue="DIGESTER-187">
+      Update Apache Commons Bean Utils from 1.8.3 to 1.9.3.
+    </action>
   </release>
   <release version="3.2" date="2011-12-13" description="Maintenance release.">
     <action dev="simonetripodi" type="fix" issue="DIGESTER-160">