Skip to content

Commit d431f60

Browse files
chore(deps): bump gson from 2.9.1 to 2.10 (#462)
* 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]>
1 parent 98da5f9 commit d431f60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Update dependencies:
2121
- [#443](https://github.com/influxdata/influxdb-client-java/pull/443): `micrometer-registry-influx` to `1.9.5`
2222
- [#451](https://github.com/influxdata/influxdb-client-java/pull/451): `karaf` to `4.4.2`
2323
- [#449](https://github.com/influxdata/influxdb-client-java/pull/449): `spring-boot` to `2.7.5`
24+
- [#462](https://github.com/influxdata/influxdb-client-java/pull/462): `gson` to `2.10`
2425

2526
#### Maven Plugin:
2627
- [#445](https://github.com/influxdata/influxdb-client-java/pull/445): `dokka-maven-plugin` to `1.7.20`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency.retrofit.version>2.9.0</dependency.retrofit.version>
112112
<dependency.okhttp3.version>4.10.0</dependency.okhttp3.version>
113113
<dependency.com.squareup.okio>3.2.0</dependency.com.squareup.okio>
114-
<dependency.gson.version>2.9.1</dependency.gson.version>
114+
<dependency.gson.version>2.10</dependency.gson.version>
115115
<dependency.io.reactivex.rxjava3>3.1.5</dependency.io.reactivex.rxjava3>
116116

117117
<plugin.surefire.version>3.0.0-M7</plugin.surefire.version>

0 commit comments

Comments
 (0)