diff --git a/CHANGELOG.md b/CHANGELOG.md index 4281f9dc5286d..3a71d52f2c3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.maxmind.geoip2:geoip2` from 4.3.1 to 4.4.0 ([#19205](https://github.com/opensearch-project/OpenSearch/pull/19205)) - 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)) - Bump `actions/setup-java` from 4 to 5 ([#19143](https://github.com/opensearch-project/OpenSearch/pull/19143)) -- Bump `com.google.code.gson:gson` from 2.13.1 to 2.13.2 ([#19293](https://github.com/opensearch-project/OpenSearch/pull/19293)) +- Bump `com.google.code.gson:gson` from 2.13.1 to 2.13.2 ([#19290](https://github.com/opensearch-project/OpenSearch/pull/19290)) ([#19293](https://github.com/opensearch-project/OpenSearch/pull/19293)) - Bump `actions/stale` from 9 to 10 ([#19292](https://github.com/opensearch-project/OpenSearch/pull/19292)) ### Deprecated diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 2be97f3332477..3085a4b6e446a 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -63,7 +63,7 @@ dependencies { api 'org.apache.htrace:htrace-core4:4.2.0-incubating' api "org.apache.logging.log4j:log4j-core:${versions.log4j}" api 'org.apache.avro:avro:1.12.0' - api 'com.google.code.gson:gson:2.13.1' + api 'com.google.code.gson:gson:2.13.2' runtimeOnly "com.google.guava:guava:${versions.guava}" api "commons-logging:commons-logging:${versions.commonslogging}" api 'commons-cli:commons-cli:1.10.0' diff --git a/plugins/repository-hdfs/licenses/gson-2.13.1.jar.sha1 b/plugins/repository-hdfs/licenses/gson-2.13.1.jar.sha1 deleted file mode 100644 index 9cdfa1421b377..0000000000000 --- a/plugins/repository-hdfs/licenses/gson-2.13.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -853ce06c11316b33a8eae5e9095da096a9528b8f \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/gson-2.13.2.jar.sha1 b/plugins/repository-hdfs/licenses/gson-2.13.2.jar.sha1 new file mode 100644 index 0000000000000..1e5c1f3184ca8 --- /dev/null +++ b/plugins/repository-hdfs/licenses/gson-2.13.2.jar.sha1 @@ -0,0 +1 @@ +48b8230771e573b54ce6e867a9001e75977fe78e \ No newline at end of file