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}"