build(deps): update Dokka to 2.1.0#791
Open
jbeckwith-oai wants to merge 1 commit into
Open
Conversation
cc714ed to
21f2898
Compare
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.
Summary
This targets Dependabot alerts #6 (Woodstox), #43 (Jackson Core), and #93 (Jackson Databind).
Why 2.1.0 instead of 2.2.0
2.2.0 was evaluated first with both K1 and K2 analysis. Its Javadoc renderer generates member-summary links that do not match any anchor in the target page: 76 new invalid anchors with K1 and 184 with K2 in the core artifact. That would regress published documentation links.
2.1.0 resolves the same relevant vulnerable transitives while preserving every existing Javadoc file and internal link target. Moving to Dokka's V2 aggregation model and K2 analysis should be handled as a separate documentation-pipeline change.
Compatibility
Dokka 2.1.0 still resolves Jackson 2.15.3. Newer Jackson advisories affecting that build-tool classpath remain and require a separate Dokka-classpath Jackson alignment change.
Validation
./scripts/lint./scripts/build./scripts/test./scripts/detect-breaking-changes origin/main./gradlew clean publish -PpublishLocal --no-configuration-cachedokkaJavadocRuntimedependency-tree review