Skip to content

Commit 275273c

Browse files
authored
Update Jackson version (#768) (#771)
1 parent d1bc3ea commit 275273c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-started/installation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ available at https://snapshots.elastic.co/maven/.
2525
--------------------------------------------------
2626
dependencies {
2727
implementation 'co.elastic.clients:elasticsearch-java:{version}'
28-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
28+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
2929
}
3030
--------------------------------------------------
3131

@@ -50,7 +50,7 @@ dependencies:
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.12.3</version>
53+
<version>2.17.0</version>
5454
</dependency>
5555
5656
</dependencies>

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ dependencies {
178178
// Compile and test with the last 7.x version to make sure transition scenarios where
179179
// the Java API client coexists with a 7.x HLRC work fine
180180
val elasticsearchVersion = "7.17.7"
181-
val jacksonVersion = "2.13.3"
181+
val jacksonVersion = "2.17.0"
182182

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

0 commit comments

Comments
 (0)