Skip to content

Commit e7d1623

Browse files
committed
Ensure jackson default maximums introduced in 2.16.0 do not conflict with OpenSearch settings
Signed-off-by: Andriy Redko <[email protected]>
1 parent e948c40 commit e7d1623

File tree

50 files changed

+174
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+174
-47
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

buildSrc/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ bundled_jdk = 21.0.1+12
77
# optional dependencies
88
spatial4j = 0.7
99
jts = 1.15.0
10-
jackson = 2.16.0
11-
jackson_databind = 2.16.0
10+
jackson = 2.16.1
11+
jackson_databind = 2.16.1
1212
snakeyaml = 2.1
1313
icu4j = 70.1
1414
supercsv = 2.4.0

client/sniffer/licenses/jackson-core-2.16.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9456bb3cdd0f79f91a5f730a1b1bb041a380c91f

distribution/tools/upgrade-cli/licenses/jackson-annotations-2.16.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fd441d574a71e7d10a4f73de6609f881d8cdfeec

distribution/tools/upgrade-cli/licenses/jackson-databind-2.16.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
02a16efeb840c45af1e2f31753dfe76795278b73

libs/core/licenses/jackson-core-2.16.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9456bb3cdd0f79f91a5f730a1b1bb041a380c91f

0 commit comments

Comments
 (0)