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
10
pom.xml
10
pom.xml
|
@ -182,12 +182,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.3.1</version>
|
||||
<version>3.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.9.1</version>
|
||||
<version>1.9.2</version>
|
||||
</dependency>
|
||||
<!-- Jetty -->
|
||||
<dependency>
|
||||
|
@ -197,9 +197,9 @@
|
|||
</dependency>
|
||||
<!-- XML-RPC -->
|
||||
<dependency>
|
||||
<groupId>xmlrpc</groupId>
|
||||
<groupId>org.apache.xmlrpc</groupId>
|
||||
<artifactId>xmlrpc-client</artifactId>
|
||||
<version>3.0</version>
|
||||
<version>3.1.3</version>
|
||||
</dependency>
|
||||
<!-- OAuth -->
|
||||
<dependency>
|
||||
|
@ -210,4 +210,4 @@
|
|||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue