Skip to content

Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 in /narayana/tools - #240

Merged
jmfinelli merged 1 commit into
mainfrom
dependabot/maven/narayana/tools/com.fasterxml.jackson.core-jackson-databind-2.22.1
Jul 27, 2026
Merged

Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 in /narayana/tools#240
jmfinelli merged 1 commit into
mainfrom
dependabot/maven/narayana/tools/com.fasterxml.jackson.core-jackson-databind-2.22.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2026
@jmfinelli

Copy link
Copy Markdown
Contributor

@marcosgopen Is this safe to merge?

@marcosgopen

marcosgopen commented Jul 27, 2026

Copy link
Copy Markdown
Member

@marcosgopen Is this safe to merge?

Yes, it is. Even better we could consider migrating to Jackson 3: see https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md

<dependency>
    <groupId>tools.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>3.2.1</version>
    <scope>compile</scope>
</dependency>

Please notice the new artifacts were migrated to the new group-id: tools.jackson.core

@jmfinelli

Copy link
Copy Markdown
Contributor

@marcosgopen Is this safe to merge?

Yes, it is. Even better we could consider migrating to Jackson 3: see https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md

<dependency>
    <groupId>tools.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>3.2.1</version>
    <scope>compile</scope>
</dependency>

Please notice the new artifacts were migrated to the new group-id: tools.jackson.core

I'll merge this then and I'll wait for Dependabot to bump this dep to version 3

@jmfinelli
jmfinelli merged commit 443b922 into main Jul 27, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/narayana/tools/com.fasterxml.jackson.core-jackson-databind-2.22.1 branch July 27, 2026 09:01
@marcosgopen

Copy link
Copy Markdown
Member

@marcosgopen Is this safe to merge?

Yes, it is. Even better we could consider migrating to Jackson 3: see https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md

<dependency>
    <groupId>tools.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>3.2.1</version>
    <scope>compile</scope>
</dependency>

Please notice the new artifacts were migrated to the new group-id: tools.jackson.core

I'll merge this then and I'll wait for Dependabot to bump this dep to version 3

Actually since the group-id has changed we will need to do it by hand.

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.

2 participants