Browse Source

Upgrade to Jedis 3.8.0

Closes gh-29416
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
b2c92457ab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save