Skip to content

Commit

Permalink
Bump jedis from 4.0.1 to 4.2.1 in /core
Browse files Browse the repository at this point in the history
Bumps [jedis](https://github.com/redis/jedis) from 4.0.1 to 4.2.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.0.1...v4.2.1)

---
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 Apr 6, 2022
1 parent aed4476 commit f3cbc68
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 @@ -89,7 +89,7 @@ dependencies {
shaded 'org.zeroturnaround:zt-exec:1.12'

testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
testImplementation 'redis.clients:jedis:4.0.1'
testImplementation 'redis.clients:jedis:4.2.1'
testImplementation 'com.rabbitmq:amqp-client:5.14.2'
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'

Expand Down

0 comments on commit f3cbc68

Please sign in to comment.