Skip to content

Commit

Permalink
Bumps Jackson from 2.14.1 to 2.14.2 (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Feb 7, 2023
1 parent e050cb0 commit f2b4130
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 @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `classgraph` from 4.8.149 to 4.8.154
- Bumps `Jackson` from 2.14.1 to 2.14.2 ([#357](https://github.com/opensearch-project/opensearch-java/pull/357))

### Dependencies
- Bumps `grgit-gradle` from 4.0.1 to 5.0.0
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.1"
val jacksonDatabindVersion = "2.14.1"
val jacksonVersion = "2.14.2"
val jacksonDatabindVersion = "2.14.2"

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

0 comments on commit f2b4130

Please sign in to comment.