Skip to content

Commit

Permalink
Bumps jackson from 2.15.2 to 2.17.0 (#909) (#911)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 3a14bdc)
  • Loading branch information
reta authored Apr 1, 2024
1 parent bf2cf0b commit 8eb5188
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 @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.1.0
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1
- Bumps `io.github.classgraph:classgraph` from 4.8.165 to 4.8.168
- Bumps `jackson` from 2.15.2 to 2.17.0

### 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 @@ -162,8 +162,8 @@ val opensearchVersion = "2.12.0"

dependencies {

val jacksonVersion = "2.16.1"
val jacksonDatabindVersion = "2.16.1"
val jacksonVersion = "2.17.0"
val jacksonDatabindVersion = "2.17.0"

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

0 comments on commit 8eb5188

Please sign in to comment.