You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/06/29 22:30:50 UTC

[maven-help-plugin] 07/07: [MPH-174] Upgrade XStream from 1.4.16 to 1.4.17

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

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

commit 6db83d227fd274d0bd4bed3c1efbad57358d2f2e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 17 04:17:53 2021 +0000

    [MPH-174] Upgrade XStream from 1.4.16 to 1.4.17
    
    Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.16 to 1.4.17.
    - [Release notes](https://github.com/x-stream/xstream/releases)
    - [Commits](https://github.com/x-stream/xstream/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79d45a9..abe1c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.16</version>
+      <version>1.4.17</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>