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 2022/05/18 11:30:35 UTC

[maven-help-plugin] branch master updated: Bump xstream from 1.4.18 to 1.4.19

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b01c1df  Bump xstream from 1.4.18 to 1.4.19
b01c1df is described below

commit b01c1df1fdb9ecfdd506b01f92a9dbbc70eacac6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 3 04:31:36 2022 +0000

    Bump xstream from 1.4.18 to 1.4.19
    
    Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19.
    - [Release notes](https://github.com/x-stream/xstream/releases)
    - [Commits](https://github.com/x-stream/xstream/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.thoughtworks.xstream:xstream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 6d760f8..75c02da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.18</version>
+      <version>1.4.19</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>