diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbc974edeeac..c317a85ec7f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `log4j` from 2.21.0 to 2.25.3 ([#20308](https://github.com/opensearch-project/OpenSearch/pull/20308)) - Bump netty from 4.1.125.Final to 4.1.131.Final ([#20744](https://github.com/opensearch-project/OpenSearch/pull/20744)) - Bump shadow-gradle-plugin from 8.1.1 to 8.3.10 ([#20569](https://github.com/opensearch-project/OpenSearch/pull/20569)) +- Bump Jackson from 2.18.2 to 2.18.6 ([#20813](https://github.com/opensearch-project/OpenSearch/pull/20813)) - Update HDFS test fixture dependencies ([#20768](https://github.com/opensearch-project/OpenSearch/pull/20768)) ### Deprecated diff --git a/client/sniffer/licenses/jackson-core-2.18.2.jar.sha1 b/client/sniffer/licenses/jackson-core-2.18.2.jar.sha1 deleted file mode 100644 index 96350c9307ae7..0000000000000 --- a/client/sniffer/licenses/jackson-core-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fb64ccac5c27dca8819418eb4e443a9f496d9ee7 \ No newline at end of file diff --git a/client/sniffer/licenses/jackson-core-2.18.6.jar.sha1 b/client/sniffer/licenses/jackson-core-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..e1fa6cd5f0d6f --- /dev/null +++ b/client/sniffer/licenses/jackson-core-2.18.6.jar.sha1 @@ -0,0 +1 @@ +f7171732c04c97ff373bed60d2eba22ec4bab8e0 \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.2.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.6.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.2.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.6.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f74b9cefe311b..1b9ead9b4007c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,8 +8,8 @@ bundled_jdk = "21.0.10+7" # optional dependencies spatial4j = "0.7" jts = "1.15.0" -jackson = "2.18.2" -jackson_databind = "2.18.2" +jackson = "2.18.6" +jackson_databind = "2.18.6" snakeyaml = "2.1" icu4j = "75.1" supercsv = "2.4.0" diff --git a/libs/arrow-spi/licenses/jackson-annotations-2.18.2.jar.sha1 b/libs/arrow-spi/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/libs/arrow-spi/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/libs/arrow-spi/licenses/jackson-annotations-2.18.6.jar.sha1 b/libs/arrow-spi/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/libs/arrow-spi/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/libs/arrow-spi/licenses/jackson-databind-2.18.2.jar.sha1 b/libs/arrow-spi/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/libs/arrow-spi/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/libs/arrow-spi/licenses/jackson-databind-2.18.6.jar.sha1 b/libs/arrow-spi/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/libs/arrow-spi/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/libs/core/licenses/jackson-core-2.18.2.jar.sha1 b/libs/core/licenses/jackson-core-2.18.2.jar.sha1 deleted file mode 100644 index 96350c9307ae7..0000000000000 --- a/libs/core/licenses/jackson-core-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fb64ccac5c27dca8819418eb4e443a9f496d9ee7 \ No newline at end of file diff --git a/libs/core/licenses/jackson-core-2.18.6.jar.sha1 b/libs/core/licenses/jackson-core-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..e1fa6cd5f0d6f --- /dev/null +++ b/libs/core/licenses/jackson-core-2.18.6.jar.sha1 @@ -0,0 +1 @@ +f7171732c04c97ff373bed60d2eba22ec4bab8e0 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.18.2.jar.sha1 b/libs/x-content/licenses/jackson-core-2.18.2.jar.sha1 deleted file mode 100644 index 96350c9307ae7..0000000000000 --- a/libs/x-content/licenses/jackson-core-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fb64ccac5c27dca8819418eb4e443a9f496d9ee7 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.18.6.jar.sha1 b/libs/x-content/licenses/jackson-core-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..e1fa6cd5f0d6f --- /dev/null +++ b/libs/x-content/licenses/jackson-core-2.18.6.jar.sha1 @@ -0,0 +1 @@ +f7171732c04c97ff373bed60d2eba22ec4bab8e0 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 deleted file mode 100644 index 8b946b98ddbf9..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4870757eff0344130f60e3ddb882b2336640f73 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..31ab666f8e8f1 --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d34a43530c143196f689cb341d36769204134d76 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 deleted file mode 100644 index 9fbdb9b3a2506..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -44caf62d743bb5e5876e95efba5a55a1cab1b0db \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..47e758886cfc4 --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 @@ -0,0 +1 @@ +1178d60df2d6855d87b577f64ca413c2e0f10a9d \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 deleted file mode 100644 index 9dac9ee8e1e72..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d000e13505d1cf564371516fa3d5b8769a779dc9 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..20199587572c3 --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 @@ -0,0 +1 @@ +c7a92d1347d8df6e85b2a8fd6d93641f7902f080 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-annotations-2.18.2.jar.sha1 b/modules/ingest-geoip/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/modules/ingest-geoip/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-annotations-2.18.6.jar.sha1 b/modules/ingest-geoip/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/modules/ingest-geoip/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-databind-2.18.2.jar.sha1 b/modules/ingest-geoip/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/modules/ingest-geoip/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-databind-2.18.6.jar.sha1 b/modules/ingest-geoip/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/modules/ingest-geoip/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/plugins/crypto-kms/licenses/jackson-annotations-2.18.2.jar.sha1 b/plugins/crypto-kms/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/plugins/crypto-kms/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/plugins/crypto-kms/licenses/jackson-annotations-2.18.6.jar.sha1 b/plugins/crypto-kms/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/plugins/crypto-kms/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/plugins/crypto-kms/licenses/jackson-databind-2.18.2.jar.sha1 b/plugins/crypto-kms/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/plugins/crypto-kms/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/plugins/crypto-kms/licenses/jackson-databind-2.18.6.jar.sha1 b/plugins/crypto-kms/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/plugins/crypto-kms/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-annotations-2.18.2.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/plugins/discovery-ec2/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-annotations-2.18.6.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/plugins/discovery-ec2/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-databind-2.18.2.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/plugins/discovery-ec2/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-databind-2.18.6.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/plugins/discovery-ec2/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-annotations-2.18.2.jar.sha1 b/plugins/repository-azure/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/plugins/repository-azure/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-annotations-2.18.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-databind-2.18.2.jar.sha1 b/plugins/repository-azure/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/plugins/repository-azure/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-databind-2.18.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.2.jar.sha1 b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.2.jar.sha1 deleted file mode 100644 index 61ee41aa8adf4..0000000000000 --- a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -069cb3b7bd34b3f7842cc4a6fd717981433bf73e \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..dfa4e73cd3d95 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.18.6.jar.sha1 @@ -0,0 +1 @@ +6490c557a9fe5d7fd9e1ad4dcd490f677e8c435e \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.2.jar.sha1 b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.2.jar.sha1 deleted file mode 100644 index 7b9ab1d1e08d1..0000000000000 --- a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7b6ff96adf421f4c6edbd694e797dd8fe434510a \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..736da288ea444 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.18.6.jar.sha1 @@ -0,0 +1 @@ +c789b2c5b5111ebccda89e815c3210349f2d427a \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.2.jar.sha1 b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.2.jar.sha1 deleted file mode 100644 index b98599718965b..0000000000000 --- a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -048c96032e5a428739e28ff04973717c032df598 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..cf4b097d38afb --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +173155935909caf6204f35a2894bdb0a14b960e1 \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-annotations-2.18.2.jar.sha1 b/plugins/repository-s3/licenses/jackson-annotations-2.18.2.jar.sha1 deleted file mode 100644 index a06e1d5f28425..0000000000000 --- a/plugins/repository-s3/licenses/jackson-annotations-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -985d77751ebc7fce5db115a986bc9aa82f973f4a \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-annotations-2.18.6.jar.sha1 b/plugins/repository-s3/licenses/jackson-annotations-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..51e2ae7f94c94 --- /dev/null +++ b/plugins/repository-s3/licenses/jackson-annotations-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d0d2f9e504c6fe443eb2785370c701f911fc87c6 \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-databind-2.18.2.jar.sha1 b/plugins/repository-s3/licenses/jackson-databind-2.18.2.jar.sha1 deleted file mode 100644 index eedbfff66c705..0000000000000 --- a/plugins/repository-s3/licenses/jackson-databind-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -deef8697b92141fb6caf7aa86966cff4eec9b04f \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-databind-2.18.6.jar.sha1 b/plugins/repository-s3/licenses/jackson-databind-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..188dc00073dfd --- /dev/null +++ b/plugins/repository-s3/licenses/jackson-databind-2.18.6.jar.sha1 @@ -0,0 +1 @@ +7c2dd5a1a41c315150158557896096b484562417 \ No newline at end of file diff --git a/server/licenses/jackson-core-2.18.2.jar.sha1 b/server/licenses/jackson-core-2.18.2.jar.sha1 deleted file mode 100644 index 96350c9307ae7..0000000000000 --- a/server/licenses/jackson-core-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fb64ccac5c27dca8819418eb4e443a9f496d9ee7 \ No newline at end of file diff --git a/server/licenses/jackson-core-2.18.6.jar.sha1 b/server/licenses/jackson-core-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..e1fa6cd5f0d6f --- /dev/null +++ b/server/licenses/jackson-core-2.18.6.jar.sha1 @@ -0,0 +1 @@ +f7171732c04c97ff373bed60d2eba22ec4bab8e0 \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 b/server/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 deleted file mode 100644 index 8b946b98ddbf9..0000000000000 --- a/server/licenses/jackson-dataformat-cbor-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4870757eff0344130f60e3ddb882b2336640f73 \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 b/server/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..31ab666f8e8f1 --- /dev/null +++ b/server/licenses/jackson-dataformat-cbor-2.18.6.jar.sha1 @@ -0,0 +1 @@ +d34a43530c143196f689cb341d36769204134d76 \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 b/server/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 deleted file mode 100644 index 9fbdb9b3a2506..0000000000000 --- a/server/licenses/jackson-dataformat-smile-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -44caf62d743bb5e5876e95efba5a55a1cab1b0db \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 b/server/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..47e758886cfc4 --- /dev/null +++ b/server/licenses/jackson-dataformat-smile-2.18.6.jar.sha1 @@ -0,0 +1 @@ +1178d60df2d6855d87b577f64ca413c2e0f10a9d \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 b/server/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 deleted file mode 100644 index 9dac9ee8e1e72..0000000000000 --- a/server/licenses/jackson-dataformat-yaml-2.18.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d000e13505d1cf564371516fa3d5b8769a779dc9 \ No newline at end of file diff --git a/server/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 b/server/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 new file mode 100644 index 0000000000000..20199587572c3 --- /dev/null +++ b/server/licenses/jackson-dataformat-yaml-2.18.6.jar.sha1 @@ -0,0 +1 @@ +c7a92d1347d8df6e85b2a8fd6d93641f7902f080 \ No newline at end of file