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 22:17:06 UTC

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

Author: ggregory
Date: Fri Aug 25 22:17:06 2017
New Revision: 1806248

URL: http://svn.apache.org/viewvc?rev=1806248&view=rev
Log:
[DIGESTER-188] Update cglib from 2.2.2 to 3.2.5

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=1806248&r1=1806247&r2=1806248&view=diff
==============================================================================
--- commons/proper/digester/trunk/core/pom.xml (original)
+++ commons/proper/digester/trunk/core/pom.xml Fri Aug 25 22:17:06 2017
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>2.2.2</version>
+      <version>3.2.5</version>
     </dependency>
     <dependency>
       <groupId>commons-beanutils</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=1806248&r1=1806247&r2=1806248&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Fri Aug 25 22:17:06 2017
@@ -71,6 +71,9 @@
     <action dev="ggregory" type="update" issue="DIGESTER-187">
       Update Apache Commons Bean Utils from 1.8.3 to 1.9.3.
     </action>
+    <action dev="ggregory" type="update" issue="DIGESTER-188">
+      Update cglib from 2.2.2 to 3.2.5.
+    </action>
   </release>
   <release version="3.2" date="2011-12-13" description="Maintenance release.">
     <action dev="simonetripodi" type="fix" issue="DIGESTER-160">