Author: oheger
Date: Sun Dec 22 20:34:07 2013
New Revision: 1553021
URL: http://svn.apache.org/r1553021
Log:
Updated dependency to most recent version of BeanUtils.
Configuration needs the new feature of custom bean introspectors that have
been made available with the 1.9.0 release.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1553021&r1=1553020&r2=1553021&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Dec 22 20:34:07 2013
@@ -252,7 +252,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.8.3</version>
+ <version>1.9.0</version>
<optional>true</optional>
</dependency>