Skip to content

Commit

Permalink
Update Jackson to 2.14.0 (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Nov 8, 2022
1 parent 0ef1246 commit 02f5a3d
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 @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `grgit-gradle` from 4.0.1 to 5.0.0
- Update Jackson to 2.14.0 ([#258](https://github.com/opensearch-project/opensearch-java/pull/258))

### Changed
- Update literature around changelog contributions in CONTRIBUTING.md ([#242](https://github.com/opensearch-project/opensearch-java/pull/242))
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 @@ -138,8 +138,8 @@ val integrationTest = task<Test>("integrationTest") {
dependencies {

val opensearchVersion = "2.3.0"
val jacksonVersion = "2.13.4"
val jacksonDatabindVersion = "2.13.4.2"
val jacksonVersion = "2.14.0"
val jacksonDatabindVersion = "2.14.0"

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

0 comments on commit 02f5a3d

Please sign in to comment.