Skip to content

Commit

Permalink
Update dependency io.lettuce:lettuce-core to v6.4.0.RELEASE (#30)
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] committed Jul 29, 2024
1 parent 9f7987c commit ce0df06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlinserialization = "1.7.1"

[libraries]
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "2.9.3" }
redis = { module = "io.lettuce:lettuce-core", version = "6.3.2.RELEASE" }
redis = { module = "io.lettuce:lettuce-core", version = "6.4.0.RELEASE" }
jackson = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.17.2" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinserialization" }
Expand Down

0 comments on commit ce0df06

Please sign in to comment.