Skip to content

Bump jackson.version from 3.0.4 to 3.1.1#255

Merged
arey merged 2 commits intomainfrom
dependabot/maven/jackson.version-3.1.1
Apr 3, 2026
Merged

Bump jackson.version from 3.0.4 to 3.1.1#255
arey merged 2 commits intomainfrom
dependabot/maven/jackson.version-3.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

  • Bump jackson.version from 3.0.4 to 3.1.1
  • Update jackson-bom import in dependencyManagement to use ${jackson.version} instead of hardcoded 3.0.4

Bumps `jackson.version` from 3.0.4 to 3.1.1.

Updates `tools.jackson.core:jackson-core` from 3.0.4 to 3.1.1
- [Commits](FasterXML/jackson-core@jackson-core-3.0.4...jackson-core-3.1.1)

Updates `tools.jackson.core:jackson-databind` from 3.0.4 to 3.1.1
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: tools.jackson.core:jackson-core
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@arey arey requested a review from Copilot April 3, 2026 17:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s Jackson dependency version to pick up the jackson-core/jackson-databind 3.1.1 release.

Changes:

  • Bump jackson.version property from 3.0.4 to 3.1.1 in pom.xml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


<!-- Others -->
<jackson.version>3.0.4</jackson.version>
<jackson.version>3.1.1</jackson.version>
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

The jackson.version property is bumped to 3.1.1, but dependencyManagement still imports tools.jackson:jackson-bom at 3.0.4 (pom.xml:96-101). This leaves the project with mixed Jackson version sources and can cause inconsistent resolution if any Jackson modules rely on the BOM-managed version (or if you later drop explicit versions). Consider updating the BOM version as well (ideally referencing ${jackson.version}) and, if the BOM is intended to manage versions, omit explicit versions on jackson-core/jackson-databind to keep everything aligned.

Suggested change
<jackson.version>3.1.1</jackson.version>
<jackson.version>3.0.4</jackson.version>

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot could you try to remain on the 3.1.1 version and change the BOM import to use the jackson.version property and avoid mixing Jackson version

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.

Done. Updated the jackson-bom import in dependencyManagement to use ${jackson.version} instead of the hardcoded 3.0.4, so all Jackson artifacts now consistently use 3.1.1. (commit 7200d1a)

Copilot AI requested a review from arey April 3, 2026 17:29
Copilot finished work on behalf of arey April 3, 2026 17:29
@arey arey merged commit 67d88fe into main Apr 3, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/jackson.version-3.1.1 branch April 3, 2026 17:35
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.

3 participants