File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ available at https://snapshots.elastic.co/maven/.
25
25
--------------------------------------------------
26
26
dependencies {
27
27
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 '
29
29
}
30
30
--------------------------------------------------
31
31
@@ -50,7 +50,7 @@ dependencies:
50
50
<dependency>
51
51
<groupId>com.fasterxml.jackson.core</groupId>
52
52
<artifactId>jackson-databind</artifactId>
53
- <version>2.12.3 </version>
53
+ <version>2.17.0 </version>
54
54
</dependency>
55
55
56
56
</dependencies>
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ dependencies {
178
178
// Compile and test with the last 7.x version to make sure transition scenarios where
179
179
// the Java API client coexists with a 7.x HLRC work fine
180
180
val elasticsearchVersion = " 7.17.7"
181
- val jacksonVersion = " 2.13.3 "
181
+ val jacksonVersion = " 2.17.0 "
182
182
183
183
// Apache 2.0
184
184
// https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html
You can’t perform that action at this time.
0 commit comments