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 fasterxml.jackson.version from 2.10.3 to 2.12.2 #128

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

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Apr 2, 2021

Bumps fasterxml.jackson.version from 2.10.3 to 2.12.2.
Updates jackson-dataformat-yaml from 2.10.3 to 2.12.2

Commits
  • 57eb212 [maven-release-plugin] prepare release jackson-dataformats-text-2.12.2
  • 2603aeb Prepare for 2.12.2 release
  • abb7556 Minor fix to module-info.java: was missing an export
  • 50ac6db ...
  • 3495cf5 [maven-release-plugin] prepare for next development iteration
  • 3417d00 [maven-release-plugin] prepare release jackson-dataformats-text-2.12.1
  • 4b81f8b prepare for 2.12.1 release
  • 31e9ac9 Javadoc fix
  • b80012d Minor note in release notes wrt addition of properties module
  • ee5e219 ...
  • Additional commits viewable in compare view

Updates jackson-core from 2.10.3 to 2.12.2

Commits
  • 99cc3ce [maven-release-plugin] prepare release jackson-core-2.12.2
  • b85fd8c Prepare for 2.12.2 release
  • 7f6c506 Republish javadocs for 2.12 (lots of javadoc cleanup work before 2.12.1)
  • 0137d84 back to snapshots dep
  • 79adde6 [maven-release-plugin] prepare for next development iteration
  • 67a2970 [maven-release-plugin] prepare release jackson-core-2.12.1
  • 2649dd4 Prepare for 2.12.1 release
  • 1e30c8c ...
  • aa54f0a javadocs, javadocs
  • e5cbda2 More javadocing
  • Additional commits viewable in compare view

Updates jackson-datatype-guava from 2.10.3 to 2.12.2

Commits
  • 6ff3c45 [maven-release-plugin] prepare release jackson-datatypes-collections-2.12.2
  • 3eca3b6 Prepare for 2.12.2 release
  • 8586d3d backport README changes to 2.12 branch
  • 67d7e86 Add missing "provides" directive for eclipse-collections wrt JPMS
  • 3b5ae2d ...
  • 243f32f [maven-release-plugin] prepare for next development iteration
  • 14cdc7c [maven-release-plugin] prepare release jackson-datatypes-collections-2.12.1
  • fb630d8 prepare for 2.12.1 release
  • 78d9006 Merge branch '2.11' into 2.12
  • 6c7241b ...
  • Additional commits viewable in compare view

Updates jackson-annotations from 2.10.3 to 2.12.2

Commits

Updates jackson-jaxrs-json-provider from 2.10.3 to 2.12.2

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 2, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/fasterxml.jackson.version-2.12.2 branch from 0298ee7 to 773f0b5 Compare April 5, 2021 06:40
Bumps `fasterxml.jackson.version` from 2.10.3 to 2.12.2.

Updates `jackson-dataformat-yaml` from 2.10.3 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.10.3...jackson-dataformats-text-2.12.2)

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

Updates `jackson-datatype-guava` from 2.10.3 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson-datatypes-collections/releases)
- [Commits](FasterXML/jackson-datatypes-collections@jackson-datatypes-collections-2.10.3...jackson-datatypes-collections-2.12.2)

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

Updates `jackson-jaxrs-json-provider` from 2.10.3 to 2.12.2

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/fasterxml.jackson.version-2.12.2 branch from 773f0b5 to 6e1840a Compare April 7, 2021 01:53
@tharikaGitHub tharikaGitHub force-pushed the master branch 2 times, most recently from 249c22c to dd2905a Compare April 12, 2021 17:10
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