Browse Source

Upgrade to Lettuce 6.1.0.RELEASE

Closes gh-26059
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
e9ba79d5be
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save