Skip to content

Commit

Permalink
Bump gson from 2.9.0 to 2.10 in /plugins/repository-hdfs (#4948)
Browse files Browse the repository at this point in the history
* Bump gson from 2.9.0 to 2.10 in /plugins/repository-hdfs

Bumps [gson](https://github.com/google/gson) from 2.9.0 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.0...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] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 38d510c)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] authored and kartg committed Nov 21, 2022
1 parent 7f7ebd6 commit c6d8379
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
api 'org.apache.avro:avro:1.10.2'
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
api 'com.google.code.gson:gson:2.9.0'
api 'com.google.code.gson:gson:2.10'
runtimeOnly 'com.google.guava:guava:31.1-jre'
api 'com.google.protobuf:protobuf-java:3.21.7'
api "commons-logging:commons-logging:${versions.commonslogging}"
Expand Down
1 change: 1 addition & 0 deletions plugins/repository-hdfs/licenses/gson-2.10.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd9b193aef96e973d5a11ab13cd17430c2e4306b
1 change: 0 additions & 1 deletion plugins/repository-hdfs/licenses/gson-2.9.0.jar.sha1

This file was deleted.

0 comments on commit c6d8379

Please sign in to comment.