Browse Source

Upgrade to Jedis 5.2.0

Closes gh-42651
pull/42645/head
Stéphane Nicoll 1 year ago
parent
commit
204e97968e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -883,7 +883,7 @@ bom { @@ -883,7 +883,7 @@ bom {
]
}
}
library("Jedis", "5.1.5") {
library("Jedis", "5.2.0") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save