Bump org.eclipse.rdf4j:rdf4j-rio-datatypes from 4.3.9 to 5.2.2#62
Bump org.eclipse.rdf4j:rdf4j-rio-datatypes from 4.3.9 to 5.2.2#62dependabot[bot] wants to merge 1 commit into
Conversation
Bumps org.eclipse.rdf4j:rdf4j-rio-datatypes from 4.3.9 to 5.2.2. --- updated-dependencies: - dependency-name: org.eclipse.rdf4j:rdf4j-rio-datatypes dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR is a Dependabot-generated dependency bump for Key concern: The two sibling rdf4j modules in the same
Confidence Score: 3/5Not safe to merge as-is: only one of three tightly-coupled rdf4j-rio sibling modules was bumped to 5.x, leaving the others on 4.x in a configuration that rdf4j never tests. Major-version bump of a single module within a co-released module family, leaving siblings at a different major version, is a known pattern for subtle runtime failures. The incompleteness of the upgrade is the primary blocker.
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[klab.services.reasoner] --> B[rdf4j-rio-turtle v4.3.7]
A --> C[rdf4j-rio-datatypes v5.2.2]
A --> D[rdf4j-rio-languages v4.3.9]
B -. runtime dep .-> E[rdf4j-rio-datatypes v4.3.7\n expected by turtle]
B -. runtime dep .-> F[rdf4j-rio-languages v4.3.7\n expected by turtle]
C -.->|version conflict| E
style C fill:#f66,color:#fff
style E fill:#f96
style F fill:#f96
|
|
Superseded by #74. |
Bumps org.eclipse.rdf4j:rdf4j-rio-datatypes from 4.3.9 to 5.2.2.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)