Skip to content

Commit

Permalink
Update dependency redis.clients:jedis to v5 (#76)
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 21d85a6 commit f81189b
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 @@ -60,7 +60,7 @@ dependencyResolutionManagement {
val liquibase = "4.29.1"
library("liquibase-core", "org.liquibase:liquibase-core:$liquibase")

val jedis = "4.4.4"
val jedis = "5.1.4"
library("jedis", "redis.clients:jedis:$jedis")

library("rabbitmq", "com.rabbitmq:amqp-client:5.21.0")
Expand Down

0 comments on commit f81189b

Please sign in to comment.