Skip to content

Commit

Permalink
Bump version.com.fasterxml.jackson from 2.13.3 to 2.13.4
Browse files Browse the repository at this point in the history
Bumps `version.com.fasterxml.jackson` from 2.13.3 to 2.13.4.

Updates `jackson-core` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.13.3...jackson-core-2.13.4)

Updates `jackson-annotations` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2022
1 parent d512084 commit d81ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<version.com.google.code.gson>2.9.1</version.com.google.code.gson>
<version.software.amazon.awssdk>2.17.94</version.software.amazon.awssdk>
<!-- Jackson: used by the Elasticsearch REST client, the AWS SDK and in tests (wiremock, ...) -->
<version.com.fasterxml.jackson>2.13.3</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson>2.13.4</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

0 comments on commit d81ee6c

Please sign in to comment.