Skip to content

Commit

Permalink
Update dependency io.lettuce:lettuce-core to v6.4.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent c4e3b8d commit 911b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencyResolutionManagement {
val kakfa = "3.7.0"
library("kafka-client", "org.apache.kafka:kafka-clients:$kakfa")

val lettuce = "6.3.2.RELEASE"
val lettuce = "6.4.0.RELEASE"
library("lettuce-core", "io.lettuce:lettuce-core:$lettuce")

val liquibase = "4.23.2"
Expand Down

0 comments on commit 911b8f9

Please sign in to comment.