Skip to content

Commit

Permalink
build(deps): bump jackson.version from 2.13.3 to 2.13.4 (#1740)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` 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)

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

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

Updates `jackson-jaxrs-json-provider` from 2.13.3 to 2.13.4

---
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
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-annotation-support
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2022
1 parent 48c9ae9 commit cf46516
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 @@ -83,7 +83,7 @@
<json.version>20220320</json.version>

<junit.version>4.13.2</junit.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.13.4</jackson.version>
<jackson-databind.version>2.13.4</jackson-databind.version>
<assertj.version>3.23.1</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down

0 comments on commit cf46516

Please sign in to comment.