Skip to content

Commit

Permalink
chore(deps): bump gson from 2.9.1 to 2.10 (#462)
Browse files Browse the repository at this point in the history
* chore(deps): bump gson from 2.9.1 to 2.10

Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
- [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.1...gson-parent-2.10)

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

Signed-off-by: dependabot[bot] <[email protected]>

* docs: update CHANGELOG.md

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Nov 2, 2022
1 parent 98da5f9 commit d431f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Update dependencies:
- [#443](https://github.com/influxdata/influxdb-client-java/pull/443): `micrometer-registry-influx` to `1.9.5`
- [#451](https://github.com/influxdata/influxdb-client-java/pull/451): `karaf` to `4.4.2`
- [#449](https://github.com/influxdata/influxdb-client-java/pull/449): `spring-boot` to `2.7.5`
- [#462](https://github.com/influxdata/influxdb-client-java/pull/462): `gson` to `2.10`

#### Maven Plugin:
- [#445](https://github.com/influxdata/influxdb-client-java/pull/445): `dokka-maven-plugin` to `1.7.20`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency.retrofit.version>2.9.0</dependency.retrofit.version>
<dependency.okhttp3.version>4.10.0</dependency.okhttp3.version>
<dependency.com.squareup.okio>3.2.0</dependency.com.squareup.okio>
<dependency.gson.version>2.9.1</dependency.gson.version>
<dependency.gson.version>2.10</dependency.gson.version>
<dependency.io.reactivex.rxjava3>3.1.5</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.0.0-M7</plugin.surefire.version>
Expand Down

0 comments on commit d431f60

Please sign in to comment.