Skip to content

Commit 56f2253

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.google.code.gson-gson-2.13.1' into combined-pr-branch
2 parents c8ed16d + 98ab332 commit 56f2253

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.36'
1111
implementation 'redis.clients:jedis:6.0.0'
12-
implementation 'com.google.code.gson:gson:2.11.0'
12+
implementation 'com.google.code.gson:gson:2.13.1'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.15'

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.36'
1111
implementation 'redis.clients:jedis:6.0.0'
12-
implementation 'com.google.code.gson:gson:2.11.0'
12+
implementation 'com.google.code.gson:gson:2.13.1'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'org.testcontainers:junit-jupiter'

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:6.0.0'
12-
implementation 'com.google.code.gson:gson:2.11.0'
12+
implementation 'com.google.code.gson:gson:2.13.1'
1313
implementation 'com.google.guava:guava:23.0'
1414
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1515

0 commit comments

Comments
 (0)