Browse Source

Upgrade to Lettuce 5.3.3.RELEASE

Closes gh-22880
pull/22898/head
Andy Wilkinson 6 years ago
parent
commit
76901bbb0c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -930,7 +930,7 @@ bom {
] ]
} }
} }
library("Lettuce", "5.3.2.RELEASE") { library("Lettuce", "5.3.3.RELEASE") {
group("io.lettuce") { group("io.lettuce") {
modules = [ modules = [
"lettuce-core" "lettuce-core"

Loading…
Cancel
Save