Skip to content

Commit

Permalink
build(deps): bump gson from 2.9.0 to 2.9.1 (#2136)
Browse files Browse the repository at this point in the history
* build(deps): bump gson from 2.9.0 to 2.9.1

Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.9.0...gson-parent-2.9.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG.md

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
dependabot[bot] and KengoTODA committed Aug 28, 2022
1 parent fcc22d2 commit 81c9cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

## Unreleased - 2022-??-??
### Fixed
- Bumped gson from 2.9.0 to 2.9.1 ([#2136](https://github.com/spotbugs/spotbugs/pull/2136))
- Fixed InvalidInputException in Eclipse while bug reporting ([#2134](https://github.com/spotbugs/spotbugs/issues/2134))

## 4.7.1 - 2022-06-26
Expand Down
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Expand Up @@ -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.9.0"
api "com.google.code.gson:gson:2.9.1"

guiImplementation sourceSets.main.runtimeClasspath
guiCompileOnly 'com.apple:AppleJavaExtensions:1.4'
Expand Down
2 changes: 1 addition & 1 deletion spotbugsTestCases/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
// TODO : Some of these can be extracted to actual dependencies
implementation fileTree(dir: 'lib', include: '*.jar')

implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation "com.google.inject:guice:${guiceVersion}"
implementation "com.google.inject.extensions:guice-assistedinject:${guiceVersion}"
Expand Down

0 comments on commit 81c9cc3

Please sign in to comment.