From 69442c810c5029f9788bdd2f1e84a5f4542bbbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 23:00:40 +0000 Subject: [PATCH] Bump xstream from 1.4.9 to 1.4.10-java7 in /momentum-configuration Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.9 to 1.4.10-java7. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) Signed-off-by: dependabot[bot] --- momentum-configuration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/momentum-configuration/pom.xml b/momentum-configuration/pom.xml index 44f4778..8657718 100644 --- a/momentum-configuration/pom.xml +++ b/momentum-configuration/pom.xml @@ -25,7 +25,7 @@ com.thoughtworks.xstream xstream - 1.4.9 + 1.4.10-java7 This project comprises classes that translate a MomenTUM XML simulation configuration to configuration objects. The objects are used to bootstrap the simulation and its services and model objects. Furthermore, this project holds multiple enum definitions that are used in the framework.