@@ -70,7 +70,11 @@ configurations.all {
7070 force ' org.apache.httpcomponents:httpclient-osgi:4.5.13'
7171 force ' org.apache.httpcomponents.client5:httpclient5:5.0.3'
7272 force ' org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
73- force ' com.fasterxml.jackson.core:jackson-databind:2.10.4'
73+ force ' com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
74+ force ' com.fasterxml.jackson.core:jackson-core:2.13.2'
75+ force ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.2'
76+ force ' com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.2'
77+ force ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2'
7478 force ' org.yaml:snakeyaml:1.26'
7579 force ' org.codehaus.plexus:plexus-utils:3.0.24'
7680 }
@@ -121,7 +125,7 @@ ext {
121125}
122126
123127group = " com.amazon.opendistroforelasticsearch"
124- version = " ${ opendistroVersion} .0 "
128+ version = " ${ opendistroVersion} .1 "
125129
126130dependencies {
127131 compileOnly " org.elasticsearch:elasticsearch:${ es_version} "
@@ -133,6 +137,7 @@ dependencies {
133137 compile " com.amazon.opendistroforelasticsearch:notification:1.13.1.0"
134138 compile " com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0"
135139 compile " com.github.seancfoley:ipaddress:5.3.3"
140+ compile " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.2"
136141
137142 testCompile " org.elasticsearch.test:framework:${ es_version} "
138143 testCompile " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
0 commit comments