Skip to content

Commit

Permalink
Merge pull request #46 from lpicanco/dependabot/gradle/redis.clients-…
Browse files Browse the repository at this point in the history
…jedis-5.1.2

chore(deps): bump redis.clients:jedis from 5.1.0 to 5.1.2
  • Loading branch information
lpicanco authored Apr 27, 2024
2 parents 0cd5dac + 7c86373 commit f32321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krate-storage-redis/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(":krate-core"))
implementation("redis.clients:jedis:5.1.0")
implementation("redis.clients:jedis:5.1.2")
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.7")
}

0 comments on commit f32321a

Please sign in to comment.