Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the jackson group with 5 updates:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.20.1 2.21.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.20.1 2.21.0
com.fasterxml.jackson.core:jackson-core 2.20.1 2.21.0
com.fasterxml.jackson.core:jackson-annotations 2.20 2.21
com.fasterxml.jackson.jr:jackson-jr-objects 2.20.1 2.21.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.1 to 2.21.0

Updates com.fasterxml.jackson.core:jackson-core from 2.20.1 to 2.21.0

Commits
  • 80fb536 [maven-release-plugin] prepare release jackson-core-2.21.0
  • 9097789 Prep for 2.21.0 release
  • d678c69 Javadoc fix for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION (defaults to `...
  • 67912b2 Minor improvement to UTF32Reader.read() bounds-checks
  • ecf5de2 ...
  • dbb1765 Merge branch '2.20' into 2.x
  • 66a9467 Merge branch '2.19' into 2.20
  • b46c0bd Merge branch '2.18' into 2.19
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.20 to 2.21

Commits

Updates com.fasterxml.jackson.jr:jackson-jr-objects from 2.20.1 to 2.21.0

Commits
  • b8500aa [maven-release-plugin] prepare release jackson-jr-parent-2.21.0
  • 7aa3b84 Prep for 2.21.0 release
  • 7314938 Merge branch '2.20' into 2.x
  • deab912 Post-release dep version bump
  • 5627268 [maven-release-plugin] prepare for next development iteration
  • 68e0f23 Fix #210: support reading boolean[], short[], float[] (#211)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the jackson group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.1` | `2.21.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.1` | `2.21.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.20.1` | `2.21.0` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.20` | `2.21` |
| [com.fasterxml.jackson.jr:jackson-jr-objects](https://github.com/FasterXML/jackson-jr) | `2.20.1` | `2.21.0` |


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.1 to 2.21.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0

Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-core@jackson-core-2.20.1...jackson-core-2.21.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.20 to 2.21
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.20.1...jackson-jr-parent-2.21.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jackson
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 26, 2026
@horgh horgh merged commit c5068cd into main Jan 26, 2026
26 checks passed
@horgh horgh deleted the dependabot/maven/jackson-738a549bfd branch January 26, 2026 18: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 java Pull requests that update Java code

Development

Successfully merging this pull request may close these issues.

1 participant