Browse Source

Upgrade to Lettuce 6.1.3.RELEASE

Closes gh-27274
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
f4cdb484c1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1031,7 +1031,7 @@ bom { @@ -1031,7 +1031,7 @@ bom {
]
}
}
library("Lettuce", "6.1.2.RELEASE") {
library("Lettuce", "6.1.3.RELEASE") {
group("io.lettuce") {
modules = [
"lettuce-core"

Loading…
Cancel
Save