diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b02e0d38744d..240f3f8da5433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump: Netty from 4.1.90.Final to 4.1.91.Final , ASM 9.4 to ASM 9.5, ByteBuddy 1.14.2 to 1.14.3 ([#6981](https://github.com/opensearch-project/OpenSearch/pull/6981)) - Bump `org.gradle.test-retry` from 1.5.1 to 1.5.2 - Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.4 to 3.3.5 +- - Bump `snakeyaml` from 1.33 to 2.0 ([#6511](https://github.com/opensearch-project/OpenSearch/pull/6511)) ### Changed - Changed `opensearch-env` to respect already set `OPENSEARCH_HOME` environment variable ([#6956](https://github.com/opensearch-project/OpenSearch/pull/6956/)) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index bff4b83598726..0e70af0d93290 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -9,7 +9,7 @@ spatial4j = 0.7 jts = 1.15.0 jackson = 2.14.2 jackson_databind = 2.14.2 -snakeyaml = 1.32 +snakeyaml = 2.0 icu4j = 62.1 supercsv = 2.4.0 log4j = 2.17.1 diff --git a/libs/x-content/licenses/snakeyaml-1.32.jar.sha1 b/libs/x-content/licenses/snakeyaml-1.32.jar.sha1 deleted file mode 100644 index 3216ba485951a..0000000000000 --- a/libs/x-content/licenses/snakeyaml-1.32.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e80612549feb5c9191c498de628c1aa80693cf0b \ No newline at end of file diff --git a/libs/x-content/licenses/snakeyaml-2.0.jar.sha1 b/libs/x-content/licenses/snakeyaml-2.0.jar.sha1 new file mode 100644 index 0000000000000..d09dea5564729 --- /dev/null +++ b/libs/x-content/licenses/snakeyaml-2.0.jar.sha1 @@ -0,0 +1 @@ +3aab2116756442bf0d4cd1c089b24d34c3baa253 \ No newline at end of file