Skip to content

Commit

Permalink
Update dependency io.lettuce:lettuce-core to v6.5.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent e469129 commit aadc86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kubernetes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation(libs.kubernetes.client)
implementation(libs.kotlin.jsonpatch)
implementation(libs.bucket4j)
implementation("io.lettuce:lettuce-core:6.4.0.RELEASE")
implementation("io.lettuce:lettuce-core:6.5.0.RELEASE")


testImplementation(kotlin("test-junit5"))
Expand Down

0 comments on commit aadc86e

Please sign in to comment.