Skip to content

Commit

Permalink
Bump gson from 2.8.6 to 2.9.1
Browse files Browse the repository at this point in the history
Bumps [gson](https://github.com/google/gson) from 2.8.6 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.8.6...gson-parent-2.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and utzcoz committed Sep 26, 2022
1 parent fd4fdaa commit 7a2560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/build.gradle
Expand Up @@ -39,7 +39,7 @@ dependencies {
api "org.ow2.asm:asm:${asmVersion}"
api "org.ow2.asm:asm-commons:${asmVersion}"
api "com.google.guava:guava:$guavaJREVersion"
api "com.google.code.gson:gson:2.8.6"
api "com.google.code.gson:gson:2.9.1"
implementation 'com.google.auto:auto-common:1.1.2'

def toolsJar = Jvm.current().getToolsJar()
Expand Down

0 comments on commit 7a2560c

Please sign in to comment.