Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump gson from 2.9.0 to 2.9.1 #2136

Merged
merged 3 commits into from Aug 28, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:
Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2022-??-??
### Fixed
- Bumped gson from 2.9.0 to 2.9.1 ([#2136](https://github.com/spotbugs/spotbugs/pull/2136))

## 4.7.1 - 2022-06-26
### Fixed
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