Browse Source

Upgrade to Jedis 3.7.1

Closes gh-29065
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
657f6e0010
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -860,7 +860,7 @@ bom {
] ]
} }
} }
library("Jedis", "3.7.0") { library("Jedis", "3.7.1") {
group("redis.clients") { group("redis.clients") {
modules = [ modules = [
"jedis" "jedis"

Loading…
Cancel
Save