File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:5.0.2 '
11+ implementation ' redis.clients:jedis:5.1.0 '
1212 implementation ' com.google.code.gson:gson:2.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:5.0.2 '
11+ implementation ' redis.clients:jedis:5.1.0 '
1212 implementation ' com.google.code.gson:gson:2.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010
11- implementation ' redis.clients:jedis:5.0.2 '
11+ implementation ' redis.clients:jedis:5.1.0 '
1212 implementation ' com.google.code.gson:gson:2.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.36'
You can’t perform that action at this time.
0 commit comments