Skip to content

Commit

Permalink
Update dependency io.lettuce:lettuce-core to v6.4.0.RELEASE (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 55ec717 commit cd2ac6a
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.29.1"
Expand Down

0 comments on commit cd2ac6a

Please sign in to comment.