File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 compileOnly " org.projectlombok:lombok:1.18.20"
1111 annotationProcessor " org.projectlombok:lombok:1.18.20"
1212 implementation ' biz.paluch.redis:spinach:0.3'
13- implementation ' com.google.code.gson:gson:2.8.6 '
13+ implementation ' com.google.code.gson:gson:2.8.7 '
1414 implementation ' com.google.guava:guava:23.0'
1515 testImplementation ' ch.qos.logback:logback-classic:1.2.3'
1616 testImplementation ' org.mockito:mockito-all:1.10.19'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.30'
1111 implementation ' redis.clients:jedis:3.6.0'
12- implementation ' com.google.code.gson:gson:2.8.6 '
12+ implementation ' com.google.code.gson:gson:2.8.7 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' ch.qos.logback:logback-classic:1.2.3'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.30'
1111 implementation ' redis.clients:jedis:3.6.0'
12- implementation ' com.google.code.gson:gson:2.8.6 '
12+ implementation ' com.google.code.gson:gson:2.8.7 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010
1111 implementation ' redis.clients:jedis:3.6.0'
12- implementation ' com.google.code.gson:gson:2.8.6 '
12+ implementation ' com.google.code.gson:gson:2.8.7 '
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.30'
1515
You can’t perform that action at this time.
0 commit comments