diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f28fa40f85..7b9d2df94b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -842,7 +842,7 @@ bom { ] } } - library("Jedis", "3.6.0-RC1") { + library("Jedis", "3.6.0") { group("redis.clients") { modules = [ "jedis"