Skip to content

Commit

Permalink
Update dependency redis.clients:jedis to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 4969a95 commit cfd5627
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 @@ -95,7 +95,7 @@ dependencies {
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("de.svenkubiak:jBCrypt:0.4.3")
implementation("io.konform:konform:0.4.0")
implementation("redis.clients:jedis:5.0.0")
implementation("redis.clients:jedis:5.0.1")
implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-mysql:$flywayVersion")
implementation("io.sentry:sentry:$sentryVersion")
Expand Down

0 comments on commit cfd5627

Please sign in to comment.