This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new a1c2a5b326 Bump gson from 2.8.5 to 2.8.9 in /influxdb (#4380) a1c2a5b326 is described below commit a1c2a5b326b44c17f0139eb260eac8d24182da3a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 25 17:41:11 2022 +0900 Bump gson from 2.8.5 to 2.8.9 in /influxdb (#4380) Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. - [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.8.5...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- influxdb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/pom.xml b/influxdb/pom.xml index 3d45f3c2f2..cbeec24a23 100644 --- a/influxdb/pom.xml +++ b/influxdb/pom.xml @@ -37,7 +37,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <influxdb.client.version>1.7.0</influxdb.client.version> <dependency.okhttp3.version>3.13.1</dependency.okhttp3.version> - <dependency.gson.version>2.8.5</dependency.gson.version> + <dependency.gson.version>2.8.9</dependency.gson.version> </properties> <dependencies>