This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new dd6f8fa Bump xstream from 1.4.15 to 1.4.18
dd6f8fa is described below
commit dd6f8faaa12c8749f7f81de28148c0324de2fdd8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 13 04:06:43 2021 +0000
Bump xstream from 1.4.15 to 1.4.18
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.15 to 1.4.18.
- [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] <[email protected]>
---
jspwiki-portable/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jspwiki-portable/pom.xml b/jspwiki-portable/pom.xml
index d5beb46..3f00ed3 100644
--- a/jspwiki-portable/pom.xml
+++ b/jspwiki-portable/pom.xml
@@ -321,7 +321,7 @@
<dependency><!-- enable support with JDK >= 9, see
https://sourceforge.net/p/launch4j/bugs/172/ and
https://sourceforge.net/p/launch4j/bugs/206/ -->
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.15</version>
+ <version>1.4.18</version>
</dependency>
</dependencies>
</plugin>