Browse Source

Upgrade to Jedis 5.1.5

Closes gh-42222
pull/42277/head
Andy Wilkinson 1 year ago
parent
commit
add55e91da
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save