You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/07/07 21:20:46 UTC

svn commit: r1608567 - /commons/proper/validator/trunk/pom.xml

Author: britter
Date: Mon Jul  7 19:20:46 2014
New Revision: 1608567

URL: http://svn.apache.org/r1608567
Log:
Update dependency to BeanUtils to latest release

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1608567&r1=1608566&r2=1608567&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Mon Jul  7 19:20:46 2014
@@ -213,7 +213,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.3</version>
+      <version>1.9.2</version>
     </dependency>
 
     <dependency>