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

Commit

Permalink
Bumps opendistro version to 1.13.2.1 and jackson version to 2.13.2 (#468
Browse files Browse the repository at this point in the history
)

* 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]>
  • Loading branch information
downsrob authored Jul 22, 2022
1 parent aca99cf commit 7a6dfea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -121,7 +125,7 @@ ext {
}

group = "com.amazon.opendistroforelasticsearch"
version = "${opendistroVersion}.0"
version = "${opendistroVersion}.1"

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${es_version}"
Expand All @@ -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}"
Expand Down

0 comments on commit 7a6dfea

Please sign in to comment.