From f8c4241f2148b4bda8482f2bd1f4fe09be319139 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 13 Apr 2023 19:46:02 -0400 Subject: [PATCH] Upgrade xstream dependency. This resolves a couple of dependabot alerts. --- services/id/service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/id/service/pom.xml b/services/id/service/pom.xml index 494c4d1c8..e2f727154 100644 --- a/services/id/service/pom.xml +++ b/services/id/service/pom.xml @@ -64,7 +64,7 @@ com.thoughtworks.xstream xstream - 1.4.19 + 1.4.20 -- 2.47.3