Skip to content

Bump version.com.fasterxml.jackson from 2.22.1 to 2.22.2 - #1631

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/version.com.fasterxml.jackson-2.22.2
Open

Bump version.com.fasterxml.jackson from 2.22.1 to 2.22.2#1631
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/version.com.fasterxml.jackson-2.22.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps version.com.fasterxml.jackson from 2.22.1 to 2.22.2.
Updates com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2

Commits
  • 062d76d [maven-release-plugin] prepare release jackson-bom-2.22.2
  • dcf18f7 Prep for 2.22.2 release
  • 9688c7b Merge branch '2.21' into 2.22
  • 7796a7d Merge branch '2.20' into 2.21
  • d3cd7fc Merge branch '2.19' into 2.20
  • 7a28068 Merge branch '2.18' into 2.19
  • 51eb465 Post-release dep version bump
  • 34ff5e8 [maven-release-plugin] prepare for next development iteration
  • 0b44a45 [maven-release-plugin] prepare release jackson-bom-2.18.10
  • 691ec93 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.22.1 to 2.22.2

Commits
  • 24bab14 [maven-release-plugin] prepare release jackson-core-2.22.2
  • dbbd2a0 Prep for 2.22.2 release
  • 038fc7a Merge branch '2.21' into 2.22
  • aaf3398 Merge branch '2.20' into 2.21
  • 2911dae Merge branch '2.19' into 2.20
  • ed8e9dc Merge branch '2.18' into 2.19
  • f8dc7d7 Post-release dep version bump
  • 7add1bf [maven-release-plugin] prepare for next development iteration
  • d11418c [maven-release-plugin] prepare release jackson-core-2.18.10
  • 66a7a17 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.22.1 to 2.22.2

Commits
  • 3aab026 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.2
  • 0e4e5b9 Prep for 2.22.2 release
  • 3fd4238 Merge branch '2.21' into 2.22
  • f0f9689 Merge branch '2.20' into 2.21
  • 50d9dfa Merge branch '2.19' into 2.20
  • 0e9bdd4 Merge branch '2.18' into 2.19
  • 613de08 Post-release dep version bump
  • 49dc929 [maven-release-plugin] prepare for next development iteration
  • c09cd3f [maven-release-plugin] prepare release jackson-dataformats-text-2.18.10
  • 096a670 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Copilot AI lite review requested due to automatic review settings August 20, 2026 13:10
@dependabot
dependabot Bot requested a review from fjtirado as a code owner August 20, 2026 13:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 20, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the root Maven property used to control Jackson dependency versions, bumping the project’s Jackson BOM (and related Jackson artifacts managed via that property) from 2.22.1 to 2.22.2.

Changes:

  • Bump version.com.fasterxml.jackson from 2.22.1 to 2.22.2 in the root pom.xml.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pom.xml
<version.ch.qos.logback>1.6.1</version.ch.qos.logback>
<version.com.fasterxml.jackson>2.22.1</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson>2.22.2</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson.annotations>2.22</version.com.fasterxml.jackson.annotations>
Bumps `version.com.fasterxml.jackson` from 2.22.1 to 2.22.2.

Updates `com.fasterxml.jackson:jackson-bom` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.22.1...jackson-bom-2.22.2)

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

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.22.1...jackson-dataformats-text-2.22.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings August 20, 2026 14:59
@dependabot
dependabot Bot force-pushed the dependabot/maven/main/version.com.fasterxml.jackson-2.22.2 branch from 4cb56ae to ef2a755 Compare August 20, 2026 14:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

pom.xml:89

  • jackson-annotations is explicitly pinned via version.com.fasterxml.jackson.annotations to 2.22, which overrides the Jackson BOM and can leave annotations out of sync with the rest of Jackson (now 2.22.2). Since this POM imports the Jackson BOM "to align all Jackson modules", consider bumping annotations to the same patch version to avoid dependency convergence / runtime mismatches.
        <version.com.fasterxml.jackson>2.22.2</version.com.fasterxml.jackson>
        <version.com.fasterxml.jackson.annotations>2.22</version.com.fasterxml.jackson.annotations>

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants