Browse Source

Upgrade to Jedis 3.6.3

Closes gh-27448
pull/28375/head
Andy Wilkinson 5 years ago
parent
commit
8044bd2424
  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.2") {
library("Jedis", "3.6.3") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save