Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HSEARCH-4213 Upgrade to Jackson 2.12.x #2547

Merged
merged 1 commit into from Apr 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -227,7 +227,7 @@
<version.com.google.code.gson>2.8.5</version.com.google.code.gson>
<version.software.amazon.awssdk>2.14.18</version.software.amazon.awssdk>
<!-- Jackson: used by the Elasticsearch REST client, the AWS SDK and in tests (wiremock, ...) -->
<version.com.fasterxml.jackson>2.10.4</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson>2.12.3</version.com.fasterxml.jackson>
<!--
In the past, there has been jackson-databind bugfix releases without any jackson-core release,
so we had to use different versions, e.g. jackson-core 2.9.9 and jackson-databind 2.9.9.3.
Expand Down