Skip to content

Commit 00d5b2c

Browse files
Bump com.google.code.gson:gson from 2.8.2 to 2.13.2 (#357)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.2 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.2...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 222c2c2 commit 00d5b2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

rollbar-java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ dependencies {
1818

1919
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
2020

21-
testImplementation("com.google.code.gson:gson:2.8.6")
21+
testImplementation("com.google.code.gson:gson:2.13.2")
2222

2323
"integTestImplementation"("com.github.tomakehurst:wiremock:2.27.0")
24-
"integTestImplementation"("com.google.code.gson:gson:2.8.2")
24+
"integTestImplementation"("com.google.code.gson:gson:2.13.2")
2525
}
2626

2727
val versionName = project.version.toString().ifEmpty { "unspecified" }

rollbar-reactive-streams/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation("org.testng:testng:7.10.2")
1818
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.5.1")
1919
testImplementation("org.apache.commons:commons-lang3:3.12.0")
20-
testImplementation("com.google.code.gson:gson:2.8.2")
20+
testImplementation("com.google.code.gson:gson:2.13.2")
2121

2222
testImplementation(platform("io.projectreactor:reactor-bom:2020.0.6"))
2323
testImplementation("io.projectreactor:reactor-core")
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation(project(path = ":rollbar-java", configuration = "integTestArtifacts"))
2828

2929
integTestImplementation("com.github.tomakehurst:wiremock-jre8:2.27.2")
30-
integTestImplementation("com.google.code.gson:gson:2.8.2")
30+
integTestImplementation("com.google.code.gson:gson:2.13.2")
3131
}
3232

3333
// The reactive streams TCK tests use TestNG

0 commit comments

Comments
 (0)