Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Bump xstream from 1.4.18 to 1.4.19 #2824

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redis-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.18')
implementation('com.thoughtworks.xstream:xstream:1.4.19')

//In memory
implementation "org.rarefiedredis.redis:redis-java:${revRarefiedRedis}"
Expand Down