Skip to content

Commit

Permalink
Merge pull request #858 from Bit-Quill/integ-jackson-2.13.4
Browse files Browse the repository at this point in the history
Update com.fasterxml.jackson to 2.13.4 to match opensearch repo.
  • Loading branch information
Yury-Fridlyand authored Sep 26, 2022
2 parents e28ac78 + 705ad13 commit 8245943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.4.0-SNAPSHOT")
spring_version = "5.3.22"
jackson_version = "2.13.3"
jackson_version = "2.13.4"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
version_tokens = opensearch_version.tokenize('-')
Expand Down

0 comments on commit 8245943

Please sign in to comment.