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

Bump jackson.version from 2.10.5 to 2.12.1 #21

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 18, 2021

Bumps jackson.version from 2.10.5 to 2.12.1.
Updates jackson-core from 2.10.5 to 2.12.1

Commits

Updates jackson-annotations from 2.10.5 to 2.12.1

Commits

Updates jackson-databind from 2.10.5 to 2.12.1

Commits

Updates jackson-module-afterburner from 2.10.5 to 2.12.1

Commits
  • 6fd38a8 [maven-release-plugin] prepare release jackson-modules-base-2.12.1
  • 6adb1f8 Prepare for 2.12.1 release
  • 99623d0 Update release notes wrt #123
  • 27aa4d3 Blackbird: correct methodType for setters that take arguments that aren't Object
  • 3146384 Add failing test for #123
  • 40bc785 Add ref to #116 from release notes
  • 0a37e08 Test refactor/sync with databind (Exception message verification)
  • 645aa27 Fixed #120 (last pieces)
  • 4a1ea8a Minor cleanup to optimized int/long/String deserializers
  • ab34af4 ...
  • Additional commits viewable in compare view

Updates jackson-datatype-jdk8 from 2.10.5 to 2.12.1

Updates jackson-datatype-joda from 2.10.5 to 2.12.1

Commits
  • 1d49031 [maven-release-plugin] prepare release jackson-datatype-joda-2.12.1
  • cd124ae prepare for 2.12.1 release
  • 3e9580b Fix the one lgtm.com warning
  • 2144ef9 Update release notes wrt #120
  • 6f8bfd5 Cache formatter with offset parsed.
  • bd09cb6 Merge branch '2.11' into 2.12
  • d58093b ...
  • 164246c [maven-release-plugin] prepare for next development iteration
  • f3c1f43 [maven-release-plugin] prepare release jackson-datatype-joda-2.11.4
  • 47ddd7d prepare for 2.11.4 release
  • Additional commits viewable in compare view

Updates jackson-dataformat-xml from 2.10.5 to 2.12.1

Commits
  • 588d1de [maven-release-plugin] prepare release jackson-dataformat-xml-2.12.1
  • 58f9cd7 Prepare for 2.12.1 release
  • 469fa03 Try to work around 1 bogus lgtm.com warning
  • 88790c2 minor javadoc fix
  • e1e7cce Add tests for CoercionConfig wrt int/boolean from "String" (since XML has no ...
  • 3ad3995 Minor fix related to #18
  • 1c3565e Merge branch '2.11' into 2.12
  • 15bf4ec ...
  • 48c986c [maven-release-plugin] prepare for next development iteration
  • 0581f37 [maven-release-plugin] prepare release jackson-dataformat-xml-2.11.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `jackson.version` from 2.10.5 to 2.12.1.

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

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

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

Updates `jackson-module-afterburner` from 2.10.5 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.10.5...jackson-modules-base-2.12.1)

Updates `jackson-datatype-jdk8` from 2.10.5 to 2.12.1

Updates `jackson-datatype-joda` from 2.10.5 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-datatype-joda/releases)
- [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.10.5...jackson-datatype-joda-2.12.1)

Updates `jackson-dataformat-xml` from 2.10.5 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.10.5...jackson-dataformat-xml-2.12.1)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants