We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ca751 commit f2b2b74Copy full SHA for f2b2b74
core/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.1")
25
implementation(group = "org.ow2.asm", name = "asm", version = "9.8")
26
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.17")
27
- implementation(group = "redis.clients", name = "jedis", version = "6.0.0")
+ implementation(group = "redis.clients", name = "jedis", version = "6.1.0")
28
29
testImplementation(platform("org.junit:junit-bom:5.13.4"))
30
testImplementation("org.junit.jupiter:junit-jupiter")
0 commit comments