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.12.0 to 2.12.1 #61

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2021

Bumps jackson.version from 2.12.0 to 2.12.1.
Updates jackson-datatype-jsr310 from 2.12.0 to 2.12.1

Updates jackson-datatype-jdk8 from 2.12.0 to 2.12.1

Updates jackson-datatype-json-org from 2.12.0 to 2.12.1

Commits
  • 8c3966d [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.12.1
  • fc40b35 prepare for 2.12.1 release
  • 3710a31 Fix #7
  • 05f0d77 Merge branch '2.11' into 2.12
  • 77e4677 ...
  • af3fd89 [maven-release-plugin] prepare for next development iteration
  • 171eec3 [maven-release-plugin] prepare release jackson-datatypes-misc-parent-2.11.4
  • 9d94bc3 prepare for 2.11.4 release
  • 9277e62 Add 2.12 javadocs
  • 461341b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates jackson-module-parameter-names from 2.12.0 to 2.12.1

Commits
  • d446fe4 [maven-release-plugin] prepare release jackson-modules-java8-2.12.1
  • 6c3c6ef Prepare for 2.12.1 release
  • d475ed1 Minor tweaks to #196, update release notes
  • 32f3f41 Merge branch '2.12' of github.com:FasterXML/jackson-modules-java8 into 2.12
  • fcbe346 ...
  • 3d20752 Fix #196 ZonedDateTime deserialization skipped @JsonFormat features override ...
  • bc966f9 Merge branch '2.11' into 2.12
  • 806d7db ...
  • 7a8a9fe [maven-release-plugin] prepare for next development iteration
  • 7ae8f4a [maven-release-plugin] prepare release jackson-modules-java8-2.11.4
  • Additional commits viewable in compare view

Updates jackson-core from 2.12.0 to 2.12.1

Commits

Updates jackson-annotations from 2.12.0 to 2.12.1

Commits

Updates jackson-module-jaxb-annotations from 2.12.0 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-dataformat-yaml from 2.12.0 to 2.12.1

Commits
  • 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 ...
  • db24e88 Test improvement
  • 35468cf Bit of test refactoring
  • 8feb04f Merge branch '2.11' into 2.12
  • 09d01ac ...
  • c229e81 [maven-release-plugin] prepare for next development iteration
  • 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)

Bumps `jackson.version` from 2.12.0 to 2.12.1.

Updates `jackson-datatype-jsr310` from 2.12.0 to 2.12.1

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

Updates `jackson-datatype-json-org` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-datatypes-misc/releases)
- [Commits](FasterXML/jackson-datatypes-misc@jackson-datatypes-misc-parent-2.12.0...jackson-datatypes-misc-parent-2.12.1)

Updates `jackson-module-parameter-names` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
- [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.12.0...jackson-modules-java8-2.12.1)

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2021
Copy link
Member

@timja timja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TobiasMeyster
Copy link

can someone merge this?

@oleg-nenashev
Copy link
Member

Needed for jenkinsci/docker-plugin#821

@MichaelSp
Copy link

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2021

Sorry, only users with push access can use that command.

@TobiasMeyster
Copy link

@dependabot merge

nice try :D not sure what we are waiting for here

@oleg-nenashev
Copy link
Member

I will go ahead and release it

@oleg-nenashev oleg-nenashev merged commit 7da27f0 into master Jan 13, 2021
@dependabot dependabot bot deleted the dependabot/maven/jackson.version-2.12.1 branch January 13, 2021 12:27
@jvz
Copy link
Member

jvz commented Jan 25, 2021

Thanks, @oleg-nenashev! This release was bad timing on my own part since I was on PTO at the time. ;)

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.

5 participants