Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.1…
Browse files Browse the repository at this point in the history
…3.4 (#229)

* Update dependency com.fasterxml.jackson.core:jackson-databind to v2.13.4

* Updating jackson version

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Co-authored-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
  • Loading branch information
3 people committed Oct 5, 2022
1 parent 7f309f4 commit 94eb007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ val integrationTest = task<Test>("integrationTest") {
dependencies {

val opensearchVersion = "2.3.0"
val jacksonVersion = "2.13.3"
val jacksonDatabindVersion = "2.13.3"
val jacksonVersion = "2.13.4"
val jacksonDatabindVersion = "2.13.4"

// Apache 2.0
implementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
Expand Down

0 comments on commit 94eb007

Please sign in to comment.