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 2018/12/01 10:22:50 UTC

[maven-help-plugin] 01/01: [MPH-158] - Upgrade xstream 1.4.11.1

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

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

commit 89486c01ab516cc6d03c26faea6b891c6304ea9e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 1 11:22:49 2018 +0100

    [MPH-158] - Upgrade xstream 1.4.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f695a9e..73d5bb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.10</version>
+      <version>1.4.11.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>