Updated XMLRPC, commons-lang & commons-beanutils libraries.

This commit is contained in:
Glen Mazza 2014-06-16 00:29:13 -04:00
parent 8fbe33eb68
commit 83a442c2d1

View file

@ -182,12 +182,12 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.3.1</version> <version>3.3.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-beanutils</groupId> <groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId> <artifactId>commons-beanutils</artifactId>
<version>1.9.1</version> <version>1.9.2</version>
</dependency> </dependency>
<!-- Jetty --> <!-- Jetty -->
<dependency> <dependency>
@ -197,9 +197,9 @@
</dependency> </dependency>
<!-- XML-RPC --> <!-- XML-RPC -->
<dependency> <dependency>
<groupId>xmlrpc</groupId> <groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId> <artifactId>xmlrpc-client</artifactId>
<version>3.0</version> <version>3.1.3</version>
</dependency> </dependency>
<!-- OAuth --> <!-- OAuth -->
<dependency> <dependency>