From 2da4edb12104fb3730c7f238eab8bb3b05c10eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:06:05 +0000 Subject: [PATCH] Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.19 to 1.4.20. - [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 4dbf93f974..051b8cf0a6 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.19') + implementation('com.thoughtworks.xstream:xstream:1.4.20') //In memory implementation "org.rarefiedredis.redis:redis-java:${revRarefiedRedis}"