Browse Source

Upgrade to Lettuce 6.1.0.RC1

Closes gh-25722
pull/25377/head
Stephane Nicoll 5 years ago
parent
commit
83ae2df42f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1002,7 +1002,7 @@ bom { @@ -1002,7 +1002,7 @@ bom {
]
}
}
library("Lettuce", "6.1.0.M1") {
library("Lettuce", "6.1.0.RC1") {
group("io.lettuce") {
modules = [
"lettuce-core"

Loading…
Cancel
Save