Skip to content

chore(deps): document every third-party library, and bump the two that lag - #207

Merged
PIsberg merged 1 commit into
mainfrom
chore/dependency-inventory
Aug 4, 2026
Merged

chore(deps): document every third-party library, and bump the two that lag#207
PIsberg merged 1 commit into
mainfrom
chore/dependency-inventory

Conversation

@PIsberg

@PIsberg PIsberg commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Adds docs/DEPENDENCIES.md: every third-party library, why it is used, ordered by how far it travels toward a consumer's classpath (published artifact, sibling-artifact confinement, repo-test-only, build toolchain). Entries name their pom.xml version property instead of repeating numbers, because versions are declared exactly once in the root pom and a prose copy would rot.

Swept all 16 third-party versions against Maven Central. Dependabot has 14 current; two lagged and are bumped:

  • ArchUnit 1.4.2 to 1.5.0 (verified: ArchitectureTest 20/20 green on the new version)
  • PITest 1.25.8 to 1.25.9 (patch; exercised only by the pitest profile's ~1.3h run, not rerun here)

BuildMetadataSyncTest 5/5 confirms the Gradle version derivation still holds. Also replaced the stale Artifact Dependencies section in DISTRIBUTION.md, which claimed JUnit 5.10.2 and zero runtime dependencies, and linked the new doc from INDEX.md.

🤖 Generated with Claude Code

https://claude.ai/code/session_01UsCqogShCj1AVTEcP4FzLg

…t lag

New docs/DEPENDENCIES.md lists each library ordered by how far it
travels toward a consumer's classpath: what the published artifact
pulls in, what stays confined to the agent and analysis siblings,
what only this repo's suite uses, and the build toolchain. Each entry
says why the library is there and names its version property instead
of repeating the number - versions are declared once, in the root
pom, and a prose copy would rot.

Swept all 16 third-party versions against Maven Central: Dependabot
has 14 current; ArchUnit (1.4.2 to 1.5.0) and PITest (1.25.8 to
1.25.9) lagged and are bumped. Verified: ArchitectureTest 20/20 green
on ArchUnit 1.5.0 and BuildMetadataSyncTest 5/5 confirms the Gradle
version derivation is intact. PITest is exercised only by the pitest
profile (a ~1.3 h run) and is not rerun here; the bump is a patch
release.

Also replaced the stale Artifact Dependencies section in
DISTRIBUTION.md, which still claimed JUnit 5.10.2 and no runtime
dependencies - the published artifact carries slf4j-api and the
license lib, and the repo is on JUnit 6.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UsCqogShCj1AVTEcP4FzLg
@PIsberg
PIsberg merged commit 3c54e62 into main Aug 4, 2026
26 checks passed
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant