Skip to content

Align all Jackson artifacts to version 2.18.6#38

Closed
Copilot wants to merge 2 commits intodependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6from
copilot/sub-pr-37
Closed

Align all Jackson artifacts to version 2.18.6#38
Copilot wants to merge 2 commits intodependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6from
copilot/sub-pr-37

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

Mixing jackson-core 2.18.x with jackson-databind and jackson-annotations 2.14.x in dependencyManagement risks runtime incompatibilities and dependency convergence issues. All three artifacts must stay on the same version line.

Changes

  • jackson-databind: 2.14.02.18.6
  • jackson-annotations: 2.14.02.18.6
  • jackson-core: already at 2.18.6 (unchanged)
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>2.18.6</version>
</dependency>
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-core</artifactId>
    <version>2.18.6</version>
</dependency>
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-annotations</artifactId>
    <version>2.18.6</version>
</dependency>

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…kson-core

Co-authored-by: phaupt <4255252+phaupt@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on bumping jackson-core to version 2.18.6 Align all Jackson artifacts to version 2.18.6 Mar 2, 2026
@dependabot dependabot bot deleted the branch dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6 March 2, 2026 08:05
@dependabot dependabot bot closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants