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.
2 parents 61805c7 + bcccbec commit dd7e672Copy full SHA for dd7e672
1 file changed
type.generic/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation("org.mongodb:bson:4.11.2")
27
implementation("org.mongodb:mongodb-driver-sync:4.11.2")
28
// Must match AtlasRedisAPI's Jedis version to avoid conflicts
29
- implementation("redis.clients:jedis:4.2.3")
+ implementation("redis.clients:jedis:7.2.0")
30
implementation("org.tinylog:tinylog-api:2.7.0")
31
implementation("org.tinylog:tinylog-impl:2.7.0")
32
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.0")
0 commit comments