build(deps): secure Dokka Jackson classpath#795
Open
jbeckwith-oai wants to merge 1 commit into
Open
Conversation
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 is stacked on #791, which upgrades the build-only Dokka plugin to 2.1.0 while preserving the existing documentation pipeline and links.
Why
Dokka 2.1.0 declares Jackson 2.15.3. Its Gradle plugin creates Jackson-bearing GFM, HTML, Javadoc, and Jekyll plugin/runtime configurations across the root project and every subproject. In
openai-java-core, the SDK compatibility rule also previously forced some of those build-tool configurations down to 2.14.0.The new rule applies only to configuration names beginning with
dokka. A full configuration scan found 110 Jackson-bearing Dokka configurations; all 110 now resolve the complete Jackson family to 2.18.9 with zero mismatches or resolution failures. SDK compile, test, runtime, and publication configurations are outside this rule.This removes Dokka build-classpath paths for Dependabot alerts 58, 94, 96, 98, and 100. Alerts that also observe the intentional 2.14.0 compatibility-test classpath may remain open; raising that compatibility floor would be a separate downstream-compatibility decision.
Compatibility
Validation
./scripts/lint./scripts/build./scripts/test./scripts/detect-breaking-changes origin/codex/update-dokka./gradlew clean publish -PpublishLocal --no-configuration-cache