Skip to content

Commit 98ab332

Browse files
Bump com.google.code.gson:gson from 2.11.0 to 2.13.1 in /examples
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8b0449 commit 98ab332

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.14'

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)