Skip to content

Commit

Permalink
Bump jackson to 2.14.0 (#1058)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit 5a1adb2)
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
joshuali925 authored and Yury-Fridlyand committed Nov 10, 2022
1 parent d28c17d commit 00d18b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
spring_version = "5.3.22"
jackson_version = "2.13.4"
jackson_version = "2.14.0"
jackson_databind_version = "2.14.0"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
version_tokens = opensearch_version.tokenize('-')
Expand Down

0 comments on commit 00d18b9

Please sign in to comment.