Skip to content

Commit

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

Bumps `jackson-databind.version` from 2.14.0-rc1 to 2.14.0-rc2.

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

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

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

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

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

Updates `jackson-jaxrs-json-provider` from 2.14.0-rc1 to 2.14.0-rc2

---
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 Oct 11, 2022
1 parent a20fe95 commit 9db01a0
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 @@ -86,7 +86,7 @@
<json.version>20220924</json.version>

<junit.version>4.13.2</junit.version>
<jackson.version>2.14.0-rc1</jackson.version>
<jackson.version>2.14.0-rc2</jackson.version>
<jackson-databind.version>2.14.0-rc1</jackson-databind.version>
<assertj.version>3.23.1</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down

0 comments on commit 9db01a0

Please sign in to comment.