Skip to content

Commit

Permalink
fix(deps): update dependency redis.clients:jedis to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 80dec62 commit 3cdcaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.1")
implementation(group = "org.ow2.asm", name = "asm", version = "9.7.1")
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.16")
implementation(group = "redis.clients", name = "jedis", version = "5.1.3")
implementation(group = "redis.clients", name = "jedis", version = "5.2.0")

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit 3cdcaf9

Please sign in to comment.