Skip to content

Commit b6716b0

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.google.code.gson-gson-2.8.7' into combined-pr-branch
2 parents 461c23f + 37bdb1c commit b6716b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/disque-job-queue/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
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'

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
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'

examples/singleton-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
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

0 commit comments

Comments
 (0)