Skip to content

Commit

Permalink
Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.21
Browse files Browse the repository at this point in the history
Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.19 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 62ae7e3 commit 8d14723
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.21')

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

0 comments on commit 8d14723

Please sign in to comment.