Browse Source

Upgrade to Jedis 3.2.0

Closes gh-19918
pull/19926/head
Andy Wilkinson 6 years ago
parent
commit
128127820b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -814,7 +814,7 @@ bom { @@ -814,7 +814,7 @@ bom {
]
}
}
library("Jedis", "3.1.0") {
library("Jedis", "3.2.0") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save