From 9cdba2365b671bc08931b3e19ebb8c006de92fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 01:05:28 +0000 Subject: [PATCH] Bump xstream in /src/JavaSecurity/LearningDeserialization Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.6 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 ... Signed-off-by: dependabot[bot] <support@github.com> --- src/JavaSecurity/LearningDeserialization/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JavaSecurity/LearningDeserialization/pom.xml b/src/JavaSecurity/LearningDeserialization/pom.xml index 2cee656..5f18264 100644 --- a/src/JavaSecurity/LearningDeserialization/pom.xml +++ b/src/JavaSecurity/LearningDeserialization/pom.xml @@ -26,7 +26,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.6</version> + <version>1.4.19</version> </dependency> <dependency> <groupId>org.yaml</groupId>