Browse Source

build(deps): bump gson from 2.10 to 2.10.1 (#1907)

Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1913/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
c7a4bc2c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

2
pom.xml

@ -80,7 +80,7 @@ @@ -80,7 +80,7 @@
<okhttp3.version>4.10.0</okhttp3.version>
<guava.version>31.1-jre</guava.version>
<googlehttpclient.version>1.42.3</googlehttpclient.version>
<gson.version>2.10</gson.version>
<gson.version>2.10.1</gson.version>
<slf4j.version>2.0.6</slf4j.version>
<bouncy.version>1.70</bouncy.version>
<json.version>20220924</json.version>

Loading…
Cancel
Save