Skip to content

Commit 2a85614

Browse files
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 in /test/fixtures/hdfs-fixture (#19293)
* Bump com.google.code.gson:gson in /test/fixtures/hdfs-fixture Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 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>
1 parent 7e0c6ea commit 2a85614

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
@@ -78,6 +78,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7878
- Bump `com.maxmind.geoip2:geoip2` from 4.3.1 to 4.4.0 ([#19205](https://github.com/opensearch-project/OpenSearch/pull/19205))
7979
- Bump `org.jboss.xnio:xnio-nio` from 3.8.16.Final to 3.8.17.Final ([#19252](https://github.com/opensearch-project/OpenSearch/pull/19252))
8080
- Bump `actions/setup-java` from 4 to 5 ([#19143](https://github.com/opensearch-project/OpenSearch/pull/19143))
81+
- Bump `com.google.code.gson:gson` from 2.13.1 to 2.13.2 ([#19293](https://github.com/opensearch-project/OpenSearch/pull/19293))
8182

8283
### Deprecated
8384

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api "commons-codec:commons-codec:${versions.commonscodec}"
6464
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
6565
api "io.netty:netty-all:${versions.netty}"
66-
api 'com.google.code.gson:gson:2.13.1'
66+
api 'com.google.code.gson:gson:2.13.2'
6767
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}"
6868
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
6969
api "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"

0 commit comments

Comments
 (0)