Skip to content

Commit 9e44621

Browse files
committed
Bumps jackson version (opendistro-for-elasticsearch#466)
Signed-off-by: Clay Downs <[email protected]>
1 parent aca99cf commit 9e44621

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)