Skip to content

Commit

Permalink
Update dependency redis.clients:jedis to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent b0267c8 commit 35dcecb
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.10.0") // redis client
implementation("redis.clients:jedis:5.1.3") // redis client
}

tasks.withType<Jar> {
Expand Down

0 comments on commit 35dcecb

Please sign in to comment.