Skip to content

Commit

Permalink
Upgrade jackson-databind to match core
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Dec 4, 2023
1 parent b76d49e commit fb1fcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.75'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
Expand Down Expand Up @@ -222,7 +222,7 @@ dependencies {
integrationTestImplementation "org.opensearch.plugin:aggs-matrix-stats-client:${opensearch_version}"
integrationTestImplementation "com.google.guava:guava:32.1.1-jre"
integrationTestImplementation "org.apache.commons:commons-lang3:3.4"
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
integrationTestImplementation 'io.jsonwebtoken:jjwt-api:0.10.8'
integrationTestImplementation "org.opensearch.client:opensearch-rest-high-level-client:${opensearch_version}"
integrationTestImplementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
Expand Down

0 comments on commit fb1fcde

Please sign in to comment.