Browse Source

Upgrade to Jedis 5.0.2

Closes gh-38133
pull/38153/head
Andy Wilkinson 2 years ago
parent
commit
6796be0939
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save