Browse Source

Upgrade to Lettuce 6.8.2.RELEASE

Closes gh-48859
pull/48875/head
Andy Wilkinson 2 weeks ago
parent
commit
6ba3ac3d7b
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save