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:27:40 UTC

svn commit: r1806227 - /commons/proper/digester/trunk/core/pom.xml

Author: ggregory
Date: Fri Aug 25 20:27:39 2017
New Revision: 1806227

URL: http://svn.apache.org/viewvc?rev=1806227&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

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