Skip to content

Commit d287770

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.10 (#2235)
* fix(deps): update dependency com.google.code.gson:gson to v2.10 * docs: add a CHNAGELOG entry Signed-off-by: Kengo TODA <[email protected]> Signed-off-by: Kengo TODA <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kengo TODA <[email protected]>
1 parent d572c2b commit d287770

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
77
## Unreleased - 2022-??-??
88
### Fixed
99
- Bump up slf4j-api to 2.0.3 ([#2220](https://github.com/spotbugs/spotbugs/pull/2220))
10+
- Bump up gson to 2.10 ([#2235](https://github.com/spotbugs/spotbugs/pull/2235))
1011
- Fixed missing classes not in report if using IErrorLogger.reportMissingClass(ClassDescriptor) ([#219](https://github.com/spotbugs/spotbugs/issues/219))
1112

1213
#### Security

spotbugs/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
// If they're not repackaged, Ant task will report 'java.lang.ClassNotFoundException: edu.umd.cs.findbugs.annotations.CleanupObligation'
9393
api project(':spotbugs-annotations')
9494

95-
api "com.google.code.gson:gson:2.9.1"
95+
api "com.google.code.gson:gson:2.10"
9696

9797
guiImplementation sourceSets.main.runtimeClasspath
9898
guiCompileOnly 'com.apple:AppleJavaExtensions:1.4'

spotbugsTestCases/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// TODO : Some of these can be extracted to actual dependencies
1818
implementation fileTree(dir: 'lib', include: '*.jar')
1919

20-
implementation 'com.google.code.gson:gson:2.9.1'
20+
implementation 'com.google.code.gson:gson:2.10'
2121
implementation 'com.google.guava:guava:30.1.1-jre'
2222
implementation libs.guice
2323
implementation libs.guice.assistedinject

0 commit comments

Comments
 (0)