Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 2a70a70 commit 01953d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-concurrency-limit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

implementation project(':conductor-common')
implementation project(':conductor-core')
implementation "redis.clients:jedis:3.6.0" // Jedis version "revJedis=3.3.0" does not play well with Spring Data Redis
implementation "redis.clients:jedis:5.1.5" // Jedis version "revJedis=3.3.0" does not play well with Spring Data Redis
implementation "org.apache.commons:commons-lang3"

testImplementation "org.codehaus.groovy:groovy-all:${revGroovy}"
Expand Down

0 comments on commit 01953d2

Please sign in to comment.