Browse Source

Upgrade to Jedis 4.3.2

Closes gh-34698
pull/34917/head
Andy Wilkinson 3 years ago
parent
commit
21bd505c22
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -623,7 +623,7 @@ bom { @@ -623,7 +623,7 @@ bom {
]
}
}
library("Jedis", "4.3.1") {
library("Jedis", "4.3.2") {
group("redis.clients") {
modules = [
"jedis"

Loading…
Cancel
Save