Browse Source

Upgrade to Jedis 3.6.1

Closes gh-26992
pull/27157/head
Stephane Nicoll 5 years ago
parent
commit
fc5d781cfc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save