Browse Source

Upgrade to Jedis 3.5.1

Closes gh-25238
pull/25264/head
Andy Wilkinson 5 years ago
parent
commit
1bd78eb940
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -819,7 +819,7 @@ bom { @@ -819,7 +819,7 @@ bom {
]
}
}
library("Jedis", "3.3.0") {
library("Jedis", "3.5.1") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save