Skip to content

Commit

Permalink
Bumps 'jackson' from 2.14.2 to 2.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Jun 23, 2023
1 parent 7d22a7d commit 4baf5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Add support for knn_vector field type ([#529](https://github.com/opensearch-project/opensearch-java/pull/524))

### Dependencies
- Bumps `jackson` from 2.14.2 to 2.15.2 ((#537)[https://github.com/opensearch-project/opensearch-java/pull/537])

### Changed

Expand Down
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ val integrationTest = task<Test>("integrationTest") {
dependencies {

val opensearchVersion = "3.0.0-SNAPSHOT"
val jacksonVersion = "2.14.2"
val jacksonDatabindVersion = "2.14.2"
val jacksonVersion = "2.15.2"
val jacksonDatabindVersion = "2.15.2"

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

0 comments on commit 4baf5cb

Please sign in to comment.