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 2014/10/15 20:10:01 UTC

svn commit: r1632149 - /commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml

Author: ggregory
Date: Wed Oct 15 18:10:01 2014
New Revision: 1632149

URL: http://svn.apache.org/r1632149
Log:
Update commons-beanutils from 1.7.0 to 1.9.2.

Modified:
    commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml?rev=1632149&r1=1632148&r2=1632149&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml Wed Oct 15 18:10:01 2014
@@ -39,8 +39,8 @@
     </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils-core</artifactId>
-      <version>1.7.0</version>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.9.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>