Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-databind in / - #905

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-019278b587
Open

build(deps): bump com.fasterxml.jackson.core:jackson-databind in /#905
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-019278b587

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps com.fasterxml.jackson.core:jackson-databind in / from 2.18.9 to 2.22.1.

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.9 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 <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 [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) in `/` from 2.18.9 to 2.22.1.


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.9 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
  update-type: version-update:semver-minor
  dependency-group: gradle
...

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 Aug 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 20, 2026 00:03
@dependabot dependabot Bot added the java Pull requests that update java code label Aug 20, 2026
@openai-sdks

openai-sdks Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

OkTest Summary

Failed for Java SDK PR #905.

View OkTest run #32315832243

SDK merge (0e95940899c7) · head (6288bf594da6) · base (fbdca8b365ec) · OkTest (2b1bdfd25e98)

@jbeckwith-oai jbeckwith-oai 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.

Overview

This updates the Dokka-only buildscript constraint from Jackson Databind 2.18.9 to 2.22.1. The surrounding constraint logic derives one version from Databind and applies it to every Jackson build-tool module.

Confirmed Findings

  1. [High] The derived patch version points jackson-annotations at a nonexistent artifact
    • Location: build.gradle.kts:14, interacting with the module constraints at lines 17-24.
    • Why: Jackson 2.20+ intentionally gives annotations a two-part version. jackson-annotations:2.22 exists; jackson-annotations:2.22.1 does not. Exact-head CI therefore fails before project configuration completes, and every downstream check is skipped. Failed CI
    • Suggested fix: Use the Jackson BOM or an explicit version map that resolves annotations to 2.22 while allowing the 2.22.1 patch versions for Databind/core/other modules.

Rejected Findings

None.

Residual Risks

None beyond the deterministic dependency-resolution failure. Requesting changes; this PR must not merge in its current form.

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.

1 participant