Browse Source

Upgrade to Jedis 5.0.1

Closes gh-37776
pull/37801/head
Andy Wilkinson 2 years ago
parent
commit
e645b0b61e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -656,7 +656,7 @@ bom { @@ -656,7 +656,7 @@ bom {
]
}
}
library("Jedis", "4.4.4") {
library("Jedis", "5.0.1") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save