Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 7a6dfea

Browse files
authored
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 <[email protected]> * Bumps odfe version for patch release (#467) Signed-off-by: Clay Downs <[email protected]>
1 parent aca99cf commit 7a6dfea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build.gradle

Lines changed: 7 additions & 2 deletions
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
}
@@ -121,7 +125,7 @@ ext {
121125
}
122126

123127
group = "com.amazon.opendistroforelasticsearch"
124-
version = "${opendistroVersion}.0"
128+
version = "${opendistroVersion}.1"
125129

126130
dependencies {
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

Comments
 (0)