Skip to content

Commit

Permalink
Bump redis.clients:jedis from 5.1.3 to 5.2.0 in /core
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.3...v5.2.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0217e78 commit eb431ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'guava'
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'redis.clients:jedis:5.1.3'
testImplementation 'redis.clients:jedis:5.2.0'
testImplementation 'com.rabbitmq:amqp-client:5.21.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

Expand Down

0 comments on commit eb431ac

Please sign in to comment.