chore(deps): document every third-party library, and bump the two that lag - #207
Merged
Conversation
…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
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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