From 7a6dfea2a9cc8c22fcccecceefff1f54e26da488 Mon Sep 17 00:00:00 2001 From: Clay Downs Date: Fri, 22 Jul 2022 16:50:40 -0700 Subject: [PATCH] Bumps opendistro version to 1.13.2.1 and jackson version to 2.13.2 (#468) * Bumps jackson version (#466) Signed-off-by: Clay Downs * Bumps odfe version for patch release (#467) Signed-off-by: Clay Downs --- build.gradle | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6c3ffe9a..9f1c4bd8 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,11 @@ configurations.all { force 'org.apache.httpcomponents:httpclient-osgi:4.5.13' force 'org.apache.httpcomponents.client5:httpclient5:5.0.3' force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3' - force 'com.fasterxml.jackson.core:jackson-databind:2.10.4' + force 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' + force 'com.fasterxml.jackson.core:jackson-core:2.13.2' + force 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.2' + force 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.2' + force 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2' force 'org.yaml:snakeyaml:1.26' force 'org.codehaus.plexus:plexus-utils:3.0.24' } @@ -121,7 +125,7 @@ ext { } group = "com.amazon.opendistroforelasticsearch" -version = "${opendistroVersion}.0" +version = "${opendistroVersion}.1" dependencies { compileOnly "org.elasticsearch:elasticsearch:${es_version}" @@ -133,6 +137,7 @@ dependencies { compile "com.amazon.opendistroforelasticsearch:notification:1.13.1.0" compile "com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0" compile "com.github.seancfoley:ipaddress:5.3.3" + compile "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.2" testCompile "org.elasticsearch.test:framework:${es_version}" testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"