From 47d5a5ab0fe1d011784c096c1c327094b18c53a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 04:39:50 +0000 Subject: [PATCH] build(deps): bump gson from 2.8.9 to 2.9.0 Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.9.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spotbugs/build.gradle | 2 +- spotbugsTestCases/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spotbugs/build.gradle b/spotbugs/build.gradle index 08617450422..9695b8c6092 100644 --- a/spotbugs/build.gradle +++ b/spotbugs/build.gradle @@ -96,7 +96,7 @@ dependencies { // If they're not repackaged, Ant task will report 'java.lang.ClassNotFoundException: edu.umd.cs.findbugs.annotations.CleanupObligation' api project(':spotbugs-annotations') - api "com.google.code.gson:gson:2.8.9" + api "com.google.code.gson:gson:2.9.0" guiImplementation sourceSets.main.runtimeClasspath guiCompileOnly 'com.apple:AppleJavaExtensions:1.4' diff --git a/spotbugsTestCases/build.gradle b/spotbugsTestCases/build.gradle index 5225af2b9d8..6c13f7b60e7 100644 --- a/spotbugsTestCases/build.gradle +++ b/spotbugsTestCases/build.gradle @@ -7,14 +7,14 @@ sourceSets { } ext { - guiceVersion = '5.0.1' + guiceVersion = '5.1.0' } dependencies { // TODO : Some of these can be extracted to actual dependencies implementation fileTree(dir: 'lib', include: '*.jar') - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.9.0' implementation 'com.google.guava:guava:30.1.1-jre' implementation "com.google.inject:guice:${guiceVersion}" implementation "com.google.inject.extensions:guice-assistedinject:${guiceVersion}"