Updated XMLRPC, commons-lang & commons-beanutils libraries.
This commit is contained in:
parent
8fbe33eb68
commit
83a442c2d1
1 changed files with 5 additions and 5 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue