Skip to content

Commit

Permalink
Update Jackson version (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Mar 26, 2024
1 parent d1bc3ea commit 7f14eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ available at https://snapshots.elastic.co/maven/.
--------------------------------------------------
dependencies {
implementation 'co.elastic.clients:elasticsearch-java:{version}'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
}
--------------------------------------------------

Expand All @@ -50,7 +50,7 @@ dependencies:
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.3</version>
<version>2.17.0</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
// Compile and test with the last 7.x version to make sure transition scenarios where
// the Java API client coexists with a 7.x HLRC work fine
val elasticsearchVersion = "7.17.7"
val jacksonVersion = "2.13.3"
val jacksonVersion = "2.17.0"

// Apache 2.0
// https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html
Expand Down

0 comments on commit 7f14eb5

Please sign in to comment.