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

Commit

Permalink
Merge pull request #3480 from Netflix/dependabot/gradle/com.thoughtwo…
Browse files Browse the repository at this point in the history
…rks.xstream-xstream-1.4.20

Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20
  • Loading branch information
v1r3n authored Mar 16, 2023
2 parents f8cae81 + 2da4edb commit 9fd1990
Showing 1 changed file with 1 addition and 1 deletion.
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.19')
implementation('com.thoughtworks.xstream:xstream:1.4.20')

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

0 comments on commit 9fd1990

Please sign in to comment.