Skip to content

build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.9 in /app/core#6494

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app/core/com.sun.xml.bind-jaxb-impl-4.0.8
Closed

build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.9 in /app/core#6494
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app/core/com.sun.xml.bind-jaxb-impl-4.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.9.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Java Pull requests that update Java code labels May 30, 2026
@dependabot dependabot Bot requested review from Frooodle and Ludy87 as code owners May 30, 2026 23:21
@dependabot dependabot Bot added the Java Pull requests that update Java code label May 30, 2026
@dependabot dependabot Bot requested review from ConnorYoh and jbrunton96 as code owners May 30, 2026 23:21
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines ignoring generated files. label May 30, 2026
@stirlingbot stirlingbot Bot added Gradle Pull requests that update Gradle code build Changes that affect the build system or external dependencies and removed Java Pull requests that update Java code labels May 30, 2026
@stirlingbot

stirlingbot Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

✅ Backend License Check Passed

All backend dependencies have valid and allowed licenses.

The backend license report has been updated successfully.

@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of com.sun.xml.bind:jaxb-impl exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Ludy87

Ludy87 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.9.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.8 in /app/core build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.9 to 4.0.9 in /app/core Jun 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/app/core/com.sun.xml.bind-jaxb-impl-4.0.8 branch from 91d9d81 to dd019a6 Compare June 24, 2026 12:17
Comment thread app/core/build.gradle
Comment on lines +88 to 89
implementation 'com.sun.xml.bind:jaxb-impl:4.0.9'
implementation 'com.sun.xml.bind:jaxb-core:4.0.7'

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.

The new com.sun.xml.bind:jaxb-impl:4.0.9 conflicts with the nearby javax.xml.bind:jaxb-api:2.3.1 and comment about javax-only usage, creating an inconsistent JAXB namespace setup.

Suggested change
implementation 'com.sun.xml.bind:jaxb-impl:4.0.9'
implementation 'com.sun.xml.bind:jaxb-core:4.0.7'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.9'
implementation 'com.sun.xml.bind:jaxb-core:2.3.0.1'
Details

✨ AI Reasoning
​The dependency block states that this area is for components still using the old javax.xml.bind namespace, and it keeps the API pinned to javax.xml.bind:jaxb-api:2.3.1. The updated implementation artifact is now from the JAXB 4.x line, which corresponds to the Jakarta-era namespace expectations. That creates a contradiction between the stated assumption and the selected implementation, making the configuration internally inconsistent and likely to behave incorrectly at runtime.

Reply @AikidoSec feedback: [FEEDBACK] to get better review comments in the future.
Reply @AikidoSec ignore: [REASON] to ignore this issue.
More info

@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #6835.

@dependabot dependabot Bot closed this Jun 27, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/app/core/com.sun.xml.bind-jaxb-impl-4.0.8 branch June 27, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file Gradle Pull requests that update Gradle code size:XS This PR changes 0-9 lines ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant