Skip to content

Commit

Permalink
Bump gson from 2.9.0 to 2.9.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent 74fb189 commit dd80816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ configurations.all {

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.307'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'

Expand Down

0 comments on commit dd80816

Please sign in to comment.