Skip to content

Commit ef50f78

Browse files
Bump gson from 2.9.0 to 2.9.1 in /test/fixtures/hdfs-fixture (#4066)
* Bump gson from 2.9.0 to 2.9.1 in /test/fixtures/hdfs-fixture Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. - [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.9.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 588db38 commit ef50f78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

55
## [Unreleased]
6+
### Dependencies
7+
- Bumps `gson` from 2.9.0 to 2.9.1
68

79
### Added
810

@@ -156,4 +158,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
156158
### Security
157159

158160
[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
159-
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x
161+
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
api "commons-codec:commons-codec:${versions.commonscodec}"
4141
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
4242
api "io.netty:netty-all:${versions.netty}"
43-
api 'com.google.code.gson:gson:2.9.0'
43+
api 'com.google.code.gson:gson:2.9.1'
4444
api "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
4545
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}"
4646
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"

0 commit comments

Comments
 (0)