Browse Source

Upgrade to Jedis 3.6.1

Closes gh-27265
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
cdf1b42bb5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -849,7 +849,7 @@ bom {
] ]
} }
} }
library("Jedis", "3.6.0") { library("Jedis", "3.6.1") {
group("redis.clients") { group("redis.clients") {
modules = [ modules = [
"jedis" "jedis"

Loading…
Cancel
Save