You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/18 13:12:42 UTC

[maven-changes-plugin] branch master updated: deps: update xmlrpc-client (#12)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c7eec8f  deps: update xmlrpc-client (#12)
c7eec8f is described below

commit c7eec8fa6ff6042400752c20c30bfdd0033132d7
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Mar 18 09:12:36 2020 -0400

    deps: update xmlrpc-client (#12)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51abf13..f20abee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ under the License.
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-client</artifactId>
-      <version>3.0</version>
+      <version>3.1.3</version>
     </dependency>
     
     <!-- github dependencies -->