Skip to content

Commit

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

chore(deps): bump redis.clients:jedis from 5.1.2 to 5.1.3
  • Loading branch information
lpicanco authored Jul 21, 2024
2 parents 5ed6689 + c67b0e7 commit 542af57
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.2")
implementation("redis.clients:jedis:5.1.3")
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("org.testcontainers:junit-jupiter:1.19.8")
}

0 comments on commit 542af57

Please sign in to comment.