Skip to content

Commit

Permalink
chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 (#743)
Browse files Browse the repository at this point in the history
* chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

---
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 [skip CI]

---------

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 Jul 9, 2024
1 parent 49634c1 commit 4c53504
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 @@ -9,6 +9,7 @@ Update dependencies:
- [#726](https://github.com/influxdata/influxdb-client-java/pull/726): `kotlin` to `2.0.0`
- [#727](https://github.com/influxdata/influxdb-client-java/pull/727): `micrometer-registry-influx` to `1.30.0`
- [#740](https://github.com/influxdata/influxdb-client-java/pull/740): `pekko` to `1.0.3`
- [#743](https://github.com/influxdata/influxdb-client-java/pull/743): `gson` to `2.11.0`

#### Maven:
- [#721](https://github.com/influxdata/influxdb-client-java/pull/721): `build-helper-maven-plugin` to `3.6.0`
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.11.0</dependency.retrofit.version>
<dependency.okhttp3.version>4.12.0</dependency.okhttp3.version>
<dependency.com.squareup.okio>3.9.0</dependency.com.squareup.okio>
<dependency.gson.version>2.10.1</dependency.gson.version>
<dependency.gson.version>2.11.0</dependency.gson.version>
<dependency.io.reactivex.rxjava3>3.1.8</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.2.5</plugin.surefire.version>
Expand Down

0 comments on commit 4c53504

Please sign in to comment.