chore: upgrade org.openapitools:jackson-databind-nullable from 0_2_6 to 0_2_10#800
Closed
00felix wants to merge 6 commits into
Closed
chore: upgrade org.openapitools:jackson-databind-nullable from 0_2_6 to 0_2_10#80000felix wants to merge 6 commits into
00felix wants to merge 6 commits into
Conversation
…kson-databind-nullable-0_2_6 chore: upgrade org.openapitools:jackson-databind-nullable from 0_2_6 to 0_2_10
…m 0_2_6 to 0_2_10"
…tools-jackson-databind-nullable-0_2_6 Revert "chore: upgrade org.openapitools:jackson-databind-nullable from 0_2_6 to 0_2_10"
…kson-databind-nullable-0_2_6 chore: upgrade org.openapitools:jackson-databind-nullable from 0_2_6 to 0_2_10
|
Thanks for contributing to our API clients! Sorry to close your PR, but this repository is fully generated, you can port your changes to the API Clients Automation repository. If you need some guidance, feel free to open an issue or read our contribution guide. |
Up to standards ✅🟢 Issues
|
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
Upgraded org.openapitools:jackson-databind-nullable from 0.2.6 to 0.2.10 in the algoliasearch subproject's build.gradle. The dependency analysis table also flagged jackson-databind (📌 pinned transitive) and jackson-core (📌 pinned transitive) with advisories at their current 2.15.2 versions. Both recommended 2.22.1 (0 advisories) and that version exists on Maven Central, so I upgraded them in lockstep along with jackson-annotations (2.15.2 → 2.22) to keep all Jackson modules aligned.
Strategy: Direct version bumps in algoliasearch/build.gradle since all four deps are declared inline (no version catalog). No exclusions or constraints were needed — the Jackson BOM at 2.22.1 pulls everything together cleanly.
Verification: ./gradlew compileJava -q succeeded (only pre-existing warnings), ./gradlew test -q passed with zero failures, and dependencyInsight confirmed all four artifacts resolved to the expected versions.