Browse Source

Upgrade to Lettuce 6.8.0.RELEASE

Closes gh-46750
pull/46755/head
Stéphane Nicoll 5 months ago
parent
commit
a8befe8083
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1203,7 +1203,7 @@ bom { @@ -1203,7 +1203,7 @@ bom {
releaseNotes("https://github.com/Kotlin/kotlinx.serialization/releases/tag/v{version}")
}
}
library("Lettuce", "6.7.1.RELEASE") {
library("Lettuce", "6.8.0.RELEASE") {
prohibit {
contains ".BETA"
because "we don't want betas"

Loading…
Cancel
Save