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/17 18:50:01 UTC

[maven-changes-plugin] 01/01: deps: update xmlrpc-client

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

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

commit 11e089868f520b75c2f60fdb0c9e62afc5b23f3b
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Mar 17 14:49:11 2020 -0400

    deps: update xmlrpc-client
---
 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 -->