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:00 UTC

[maven-changes-plugin] branch elharo-patch-1 created (now 11e0898)

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

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


      at 11e0898  deps: update xmlrpc-client

This branch includes the following new commits:

     new 11e0898  deps: update xmlrpc-client

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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 -->