Browse Source

Upgrade to Lettuce 6.4.1.RELEASE

Closes gh-43185
pull/43190/head
Stéphane Nicoll 1 year ago
parent
commit
879b07e2e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1169,7 +1169,7 @@ bom { @@ -1169,7 +1169,7 @@ bom {
releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}")
}
}
library("Lettuce", "6.4.0.RELEASE") {
library("Lettuce", "6.4.1.RELEASE") {
group("io.lettuce") {
modules = [
"lettuce-core"

Loading…
Cancel
Save