You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2021/09/25 18:38:25 UTC

[maven-help-plugin] branch MPH-179 created (now a6ec172)

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

khmarbaise pushed a change to branch MPH-179
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


      at a6ec172  [MPH-179] - Upgrade XStream to 1.4.18

This branch includes the following new commits:

     new a6ec172  [MPH-179] - Upgrade XStream to 1.4.18

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-help-plugin] 01/01: [MPH-179] - Upgrade XStream to 1.4.18

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPH-179
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit a6ec172514eaf78477be4882fb5d64d3784f7f75
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 25 20:38:19 2021 +0200

    [MPH-179] - Upgrade XStream to 1.4.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c739a35..4d71e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.17</version>
+      <version>1.4.18</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>