From 1568407c362b2534366048379f1bd93f2d164d89 Mon Sep 17 00:00:00 2001 From: Rishikesh Pasham <62345295+Rishikesh1159@users.noreply.github.com> Date: Thu, 27 Jan 2022 04:44:22 +0000 Subject: [PATCH] Upgrading Jackson-Databind version (#1982) * Upgrading Jackson-Databind version Signed-off-by: Rishikesh1159 * Adding jackson-databind version using getProperty method Signed-off-by: Rishikesh1159 --- buildSrc/build.gradle | 2 +- buildSrc/version.properties | 2 +- client/sniffer/licenses/jackson-core-2.12.5.jar.sha1 | 1 - client/sniffer/licenses/jackson-core-2.12.6.jar.sha1 | 1 + .../upgrade-cli/licenses/jackson-annotations-2.12.5.jar.sha1 | 1 - .../upgrade-cli/licenses/jackson-annotations-2.12.6.jar.sha1 | 1 + .../tools/upgrade-cli/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - .../tools/upgrade-cli/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + libs/x-content/licenses/jackson-core-2.12.5.jar.sha1 | 1 - libs/x-content/licenses/jackson-core-2.12.6.jar.sha1 | 1 + libs/x-content/licenses/jackson-dataformat-cbor-2.12.5.jar.sha1 | 1 - libs/x-content/licenses/jackson-dataformat-cbor-2.12.6.jar.sha1 | 1 + .../x-content/licenses/jackson-dataformat-smile-2.12.5.jar.sha1 | 1 - .../x-content/licenses/jackson-dataformat-smile-2.12.6.jar.sha1 | 1 + libs/x-content/licenses/jackson-dataformat-yaml-2.12.5.jar.sha1 | 1 - libs/x-content/licenses/jackson-dataformat-yaml-2.12.6.jar.sha1 | 1 + .../ingest-geoip/licenses/jackson-annotations-2.12.5.jar.sha1 | 1 - .../ingest-geoip/licenses/jackson-annotations-2.12.6.jar.sha1 | 1 + modules/ingest-geoip/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - modules/ingest-geoip/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + .../discovery-ec2/licenses/jackson-annotations-2.12.5.jar.sha1 | 1 - .../discovery-ec2/licenses/jackson-annotations-2.12.6.jar.sha1 | 1 + plugins/discovery-ec2/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - plugins/discovery-ec2/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + .../licenses/jackson-annotations-2.12.5.jar.sha1 | 1 - .../licenses/jackson-annotations-2.12.6.jar.sha1 | 1 + .../repository-azure/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - .../repository-azure/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + .../licenses/jackson-dataformat-xml-2.12.5.jar.sha1 | 1 - .../licenses/jackson-dataformat-xml-2.12.6.jar.sha1 | 1 + .../licenses/jackson-datatype-jsr310-2.12.5.jar.sha1 | 1 - .../licenses/jackson-datatype-jsr310-2.12.6.jar.sha1 | 1 + .../licenses/jackson-module-jaxb-annotations-2.12.5.jar.sha1 | 1 - .../licenses/jackson-module-jaxb-annotations-2.12.6.jar.sha1 | 1 + .../repository-hdfs/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - .../repository-hdfs/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + .../repository-s3/licenses/jackson-annotations-2.12.5.jar.sha1 | 1 - .../repository-s3/licenses/jackson-annotations-2.12.6.jar.sha1 | 1 + plugins/repository-s3/licenses/jackson-databind-2.12.5.jar.sha1 | 1 - plugins/repository-s3/licenses/jackson-databind-2.12.6.jar.sha1 | 1 + 40 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 client/sniffer/licenses/jackson-core-2.12.5.jar.sha1 create mode 100644 client/sniffer/licenses/jackson-core-2.12.6.jar.sha1 delete mode 100644 distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.5.jar.sha1 create mode 100644 distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.6.jar.sha1 delete mode 100644 distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.6.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-core-2.12.5.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-core-2.12.6.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-cbor-2.12.5.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-cbor-2.12.6.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-smile-2.12.5.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-smile-2.12.6.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-yaml-2.12.5.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-yaml-2.12.6.jar.sha1 delete mode 100644 modules/ingest-geoip/licenses/jackson-annotations-2.12.5.jar.sha1 create mode 100644 modules/ingest-geoip/licenses/jackson-annotations-2.12.6.jar.sha1 delete mode 100644 modules/ingest-geoip/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 modules/ingest-geoip/licenses/jackson-databind-2.12.6.jar.sha1 delete mode 100644 plugins/discovery-ec2/licenses/jackson-annotations-2.12.5.jar.sha1 create mode 100644 plugins/discovery-ec2/licenses/jackson-annotations-2.12.6.jar.sha1 delete mode 100644 plugins/discovery-ec2/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 plugins/discovery-ec2/licenses/jackson-databind-2.12.6.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/jackson-annotations-2.12.5.jar.sha1 create mode 100644 plugins/repository-azure/licenses/jackson-annotations-2.12.6.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 plugins/repository-azure/licenses/jackson-databind-2.12.6.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.5.jar.sha1 create mode 100644 plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.6.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.5.jar.sha1 create mode 100644 plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.6.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.5.jar.sha1 create mode 100644 plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.6.jar.sha1 delete mode 100644 plugins/repository-hdfs/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 plugins/repository-hdfs/licenses/jackson-databind-2.12.6.jar.sha1 delete mode 100644 plugins/repository-s3/licenses/jackson-annotations-2.12.5.jar.sha1 create mode 100644 plugins/repository-s3/licenses/jackson-annotations-2.12.6.jar.sha1 delete mode 100644 plugins/repository-s3/licenses/jackson-databind-2.12.5.jar.sha1 create mode 100644 plugins/repository-s3/licenses/jackson-databind-2.12.6.jar.sha1 diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 05f60f30709..06a8b01346e 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -116,7 +116,7 @@ dependencies { api 'com.avast.gradle:gradle-docker-compose-plugin:0.14.12' api 'org.apache.maven:maven-model:3.6.2' api 'com.networknt:json-schema-validator:1.0.36' - api 'com.fasterxml.jackson.core:jackson-databind:2.12.5' + api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson')}" testFixturesApi "junit:junit:${props.getProperty('junit')}" testFixturesApi "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${props.getProperty('randomizedrunner')}" diff --git a/buildSrc/version.properties b/buildSrc/version.properties index c860f231fec..13ae53712c3 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -9,7 +9,7 @@ bundled_jdk = 17.0.1+12 # optional dependencies spatial4j = 0.7 jts = 1.15.0 -jackson = 2.12.5 +jackson = 2.12.6 snakeyaml = 1.26 icu4j = 62.1 supercsv = 2.4.0 diff --git a/client/sniffer/licenses/jackson-core-2.12.5.jar.sha1 b/client/sniffer/licenses/jackson-core-2.12.5.jar.sha1 deleted file mode 100644 index ed27d8a96bf..00000000000 --- a/client/sniffer/licenses/jackson-core-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -725e364cc71b80e60fa450bd06d75cdea7fb2d59 \ No newline at end of file diff --git a/client/sniffer/licenses/jackson-core-2.12.6.jar.sha1 b/client/sniffer/licenses/jackson-core-2.12.6.jar.sha1 new file mode 100644 index 00000000000..d62c70d6b0f --- /dev/null +++ b/client/sniffer/licenses/jackson-core-2.12.6.jar.sha1 @@ -0,0 +1 @@ +5bf206c0b5982cfcd868b3d9349dc5190db8bab5 \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.5.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.5.jar.sha1 deleted file mode 100644 index 797bcf2b161..00000000000 --- a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -52d929d5bb21d0186fe24c09624cc3ee4bafc3b3 \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.6.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..48ee3bf53c6 --- /dev/null +++ b/distribution/tools/upgrade-cli/licenses/jackson-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +9487231edd6b0b1f14692c9cba9e0462809215d1 \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.5.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.6.jar.sha1 b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/distribution/tools/upgrade-cli/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.12.5.jar.sha1 b/libs/x-content/licenses/jackson-core-2.12.5.jar.sha1 deleted file mode 100644 index ed27d8a96bf..00000000000 --- a/libs/x-content/licenses/jackson-core-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -725e364cc71b80e60fa450bd06d75cdea7fb2d59 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.12.6.jar.sha1 b/libs/x-content/licenses/jackson-core-2.12.6.jar.sha1 new file mode 100644 index 00000000000..d62c70d6b0f --- /dev/null +++ b/libs/x-content/licenses/jackson-core-2.12.6.jar.sha1 @@ -0,0 +1 @@ +5bf206c0b5982cfcd868b3d9349dc5190db8bab5 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.12.5.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.12.5.jar.sha1 deleted file mode 100644 index f992f732a7f..00000000000 --- a/libs/x-content/licenses/jackson-dataformat-cbor-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2b6f24ee5ac7cde7f5a4e574bd0af4a72ecb55f6 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.12.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.12.6.jar.sha1 new file mode 100644 index 00000000000..9fdb5a5012b --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-cbor-2.12.6.jar.sha1 @@ -0,0 +1 @@ +3cd2e6a538f73483c6c59c354ce2276bcdc5ba7b \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.12.5.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.12.5.jar.sha1 deleted file mode 100644 index 9e2c3222014..00000000000 --- a/libs/x-content/licenses/jackson-dataformat-smile-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4233326c74c6601fbbeea11c103c011859cc687d \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.12.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.12.6.jar.sha1 new file mode 100644 index 00000000000..a8eb043684f --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-smile-2.12.6.jar.sha1 @@ -0,0 +1 @@ +bc9b6bcf12a14382424324ee067456ee354a0dfb \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.12.5.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.12.5.jar.sha1 deleted file mode 100644 index 6eba2dad494..00000000000 --- a/libs/x-content/licenses/jackson-dataformat-yaml-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -89ec27e5f422b0749b1133137c1b36debbb5f3bc \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.12.6.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.12.6.jar.sha1 new file mode 100644 index 00000000000..e2ed10942b3 --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-yaml-2.12.6.jar.sha1 @@ -0,0 +1 @@ +cfba448bc4e92b8656968756a9c4af1ad8e502e4 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-annotations-2.12.5.jar.sha1 b/modules/ingest-geoip/licenses/jackson-annotations-2.12.5.jar.sha1 deleted file mode 100644 index 797bcf2b161..00000000000 --- a/modules/ingest-geoip/licenses/jackson-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -52d929d5bb21d0186fe24c09624cc3ee4bafc3b3 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-annotations-2.12.6.jar.sha1 b/modules/ingest-geoip/licenses/jackson-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..48ee3bf53c6 --- /dev/null +++ b/modules/ingest-geoip/licenses/jackson-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +9487231edd6b0b1f14692c9cba9e0462809215d1 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-databind-2.12.5.jar.sha1 b/modules/ingest-geoip/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/modules/ingest-geoip/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/jackson-databind-2.12.6.jar.sha1 b/modules/ingest-geoip/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/modules/ingest-geoip/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-annotations-2.12.5.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-annotations-2.12.5.jar.sha1 deleted file mode 100644 index 797bcf2b161..00000000000 --- a/plugins/discovery-ec2/licenses/jackson-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -52d929d5bb21d0186fe24c09624cc3ee4bafc3b3 \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-annotations-2.12.6.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..48ee3bf53c6 --- /dev/null +++ b/plugins/discovery-ec2/licenses/jackson-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +9487231edd6b0b1f14692c9cba9e0462809215d1 \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-databind-2.12.5.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/plugins/discovery-ec2/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/plugins/discovery-ec2/licenses/jackson-databind-2.12.6.jar.sha1 b/plugins/discovery-ec2/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/plugins/discovery-ec2/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-annotations-2.12.5.jar.sha1 b/plugins/repository-azure/licenses/jackson-annotations-2.12.5.jar.sha1 deleted file mode 100644 index 797bcf2b161..00000000000 --- a/plugins/repository-azure/licenses/jackson-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -52d929d5bb21d0186fe24c09624cc3ee4bafc3b3 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-annotations-2.12.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..48ee3bf53c6 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +9487231edd6b0b1f14692c9cba9e0462809215d1 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-databind-2.12.5.jar.sha1 b/plugins/repository-azure/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/plugins/repository-azure/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-databind-2.12.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.5.jar.sha1 b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.5.jar.sha1 deleted file mode 100644 index 6711b58ae53..00000000000 --- a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4b872e5a9f7e6644c2dd8d7358ed9fad714d7c90 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.6.jar.sha1 new file mode 100644 index 00000000000..43ee9816d99 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-dataformat-xml-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fecb8514c3a89102bd619b6c624f906a6098b588 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.5.jar.sha1 b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.5.jar.sha1 deleted file mode 100644 index 930cb084f54..00000000000 --- a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a0a9870b681a72789c5c6bdc380e45ab719c6aa3 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.6.jar.sha1 new file mode 100644 index 00000000000..d005cc1bd5f --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-datatype-jsr310-2.12.6.jar.sha1 @@ -0,0 +1 @@ +0f7d0d854f24c4254885c275a09fb885ef578b48 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.5.jar.sha1 b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.5.jar.sha1 deleted file mode 100644 index f10aa2634ca..00000000000 --- a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -02b389d7206327e54ae31f709ab75a4a3f33e148 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.6.jar.sha1 b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..686d813e002 --- /dev/null +++ b/plugins/repository-azure/licenses/jackson-module-jaxb-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +a0bea2c6f98eb0dc24208b54a53da80ea459c156 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/jackson-databind-2.12.5.jar.sha1 b/plugins/repository-hdfs/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/plugins/repository-hdfs/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/jackson-databind-2.12.6.jar.sha1 b/plugins/repository-hdfs/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/plugins/repository-hdfs/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-annotations-2.12.5.jar.sha1 b/plugins/repository-s3/licenses/jackson-annotations-2.12.5.jar.sha1 deleted file mode 100644 index 797bcf2b161..00000000000 --- a/plugins/repository-s3/licenses/jackson-annotations-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -52d929d5bb21d0186fe24c09624cc3ee4bafc3b3 \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-annotations-2.12.6.jar.sha1 b/plugins/repository-s3/licenses/jackson-annotations-2.12.6.jar.sha1 new file mode 100644 index 00000000000..48ee3bf53c6 --- /dev/null +++ b/plugins/repository-s3/licenses/jackson-annotations-2.12.6.jar.sha1 @@ -0,0 +1 @@ +9487231edd6b0b1f14692c9cba9e0462809215d1 \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-databind-2.12.5.jar.sha1 b/plugins/repository-s3/licenses/jackson-databind-2.12.5.jar.sha1 deleted file mode 100644 index ca1bd46bc3c..00000000000 --- a/plugins/repository-s3/licenses/jackson-databind-2.12.5.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b064cf057f23d3d35390328c5030847efeffedde \ No newline at end of file diff --git a/plugins/repository-s3/licenses/jackson-databind-2.12.6.jar.sha1 b/plugins/repository-s3/licenses/jackson-databind-2.12.6.jar.sha1 new file mode 100644 index 00000000000..f74842887d3 --- /dev/null +++ b/plugins/repository-s3/licenses/jackson-databind-2.12.6.jar.sha1 @@ -0,0 +1 @@ +fac216b606c1086e36acea6e572ee61572ad1670 \ No newline at end of file