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.8.9 to 2.9.0 #1966

Merged
Merged
Show file tree
Hide file tree
Changes from all 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: 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.8.9"
api "com.google.code.gson:gson:2.9.0"

guiImplementation sourceSets.main.runtimeClasspath
guiCompileOnly 'com.apple:AppleJavaExtensions:1.4'
Expand Down
4 changes: 2 additions & 2 deletions spotbugsTestCases/build.gradle
Expand Up @@ -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}"
Expand Down