File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -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 }
@@ -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} "
You can’t perform that action at this time.
0 commit comments