Skip to content

chore(deps): bump commons-io to 2.22.0 for RequireUpperBoundDeps - #1734

Merged
natechadwick merged 1 commit into
developmentfrom
fix/commons-io-upper-bound-tika
Aug 1, 2026
Merged

chore(deps): bump commons-io to 2.22.0 for RequireUpperBoundDeps#1734
natechadwick merged 1 commit into
developmentfrom
fix/commons-io-upper-bound-tika

Conversation

@natechadwick-intsof

Copy link
Copy Markdown
Collaborator

Summary

  • Bumps parent property commons.io.version from 2.21.02.22.0.
  • Fixes maven-enforcer-plugin RequireUpperBoundDeps failures on delivery-tier-distribution (and the same dependency tree elsewhere).

Root cause

After Tika 3.3.1 (#1733), the tree includes:

tika-core:3.3.1 → commons-io:2.22.0

while the BOM still managed 2.21.0, which is below the highest requested version. Other transitive pins (commons-net 2.20.0, csrfguard 2.18.0, etc.) were already below the managed floor and were not the failure.

Change

Property Before After
commons.io.version 2.21.0 2.22.0

Single-line change in root pom.xml. delivery-tier-suite already consumes ${commons.io.version} from the parent.

Test plan

  • cd deliverytiersuite/delivery-tier-suite/delivery-tier-distribution && ../../../mvnw validate — enforcer (including RequireUpperBoundDeps) exit 0
  • CI green on this PR (enforcer + module builds)
  • No Spotless-covered sources changed (property-only POM edit); Spotless apply/check not required for this file set
  • No module Java sources/tests changed; no per-module clean install beyond enforcer validation of the failing module

Risk

Low: patch-level commons-io bump to the version already required by managed Tika. No API/source changes.


Co-Authored by Grok Build using grok-4.5 with agent Grok.

Tika 3.3.1 transitively requires commons-io 2.22.0 while the parent
BOM still managed 2.21.0, which failed maven-enforcer RequireUpperBoundDeps
on delivery-tier-distribution (and any reactor module resolving the same
tree). Align the managed version with Tika's requirement.

Co-Authored by Grok Build using grok-4.5 with agent Grok.
@natechadwick
natechadwick merged commit 6eb925e into development Aug 1, 2026
4 checks passed
@natechadwick
natechadwick deleted the fix/commons-io-upper-bound-tika branch August 1, 2026 03:01
@kilo-code-bot

kilo-code-bot Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • pom.xml

Reviewed by ling-3.0-flash:free · Input: 68.1K · Output: 6.2K · Cached: 285.1K

Review guidance: REVIEW.md from base branch development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants