Skip to content

Commit

Permalink
Update dependency redis.clients:jedis to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 4be8d0d commit 269c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.rabbitmq:amqp-client:5.21.0") // Message broker
implementation("dev.hollowcube:polar:1.9.4") // Polar
implementation("com.google.guava:guava:33.2.0-jre") // a lot of things, but mostly caching
implementation("redis.clients:jedis:3.7.0") // redis client
implementation("redis.clients:jedis:3.10.0") // redis client
}

tasks.withType<Jar> {
Expand Down

0 comments on commit 269c017

Please sign in to comment.