From 737ed78d914f57f880ccba14dbd4a6f8f73c3e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:26:27 +0000 Subject: [PATCH] Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.20 to 1.4.21. - [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] --- redis-persistence/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-persistence/build.gradle b/redis-persistence/build.gradle index 051b8cf0a6..05078bf584 100644 --- a/redis-persistence/build.gradle +++ b/redis-persistence/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "redis.clients:jedis:${revJedis}" implementation "com.netflix.dyno-queues:dyno-queues-redis:${revDynoQueues}" - implementation('com.thoughtworks.xstream:xstream:1.4.20') + implementation('com.thoughtworks.xstream:xstream:1.4.21') //In memory implementation "org.rarefiedredis.redis:redis-java:${revRarefiedRedis}"