Skip to content

Commit

Permalink
Bumps jackson from 2.15.2 to 2.17.0 (opensearch-project#909)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Apr 1, 2024
1 parent 61f90ed commit 3a14bdc
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 @@ -39,6 +39,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.165
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.0.9
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1
- 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 @@ -165,8 +165,8 @@ val opensearchVersion = "3.0.0-SNAPSHOT"

dependencies {

val jacksonVersion = "2.15.2"
val jacksonDatabindVersion = "2.15.2"
val jacksonVersion = "2.17.0"
val jacksonDatabindVersion = "2.17.0"

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

0 comments on commit 3a14bdc

Please sign in to comment.