Skip to content

Commit

Permalink
build(deps): bump jackson-databind.version from 2.14.0-rc3 to 2.14.0 (#…
Browse files Browse the repository at this point in the history
…1824)

Bumps `jackson-databind.version` from 2.14.0-rc3 to 2.14.0.

Updates `jackson-databind` from 2.14.0-rc3 to 2.14.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

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

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

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

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

Updates `jackson-jaxrs-json-provider` from 2.14.0-rc3 to 2.14.0

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  update-type: version-update:semver-patch
- 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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2022
1 parent eb46aaa commit e889e9d
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 @@ -87,7 +87,7 @@

<junit.version>4.13.2</junit.version>
<junit5.version>5.9.1</junit5.version>
<jackson.version>2.14.0-rc3</jackson.version>
<jackson.version>2.14.0</jackson.version>
<jackson-databind.version>2.14.0-rc3</jackson-databind.version>
<assertj.version>3.23.1</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down

0 comments on commit e889e9d

Please sign in to comment.