[improve][build] Sync version catalog with apache/pulsar master#20
Merged
nodece merged 1 commit intoapache:masterfrom Apr 30, 2026
Merged
Conversation
Pull library version updates from apache/pulsar master: - jetty 12.1.5 → 12.1.8 - jackson 2.18.6 → 2.21.2 - log4j2 2.25.3 → 2.25.4 - asynchttpclient 2.12.4 → 2.14.5 - bouncycastle (bcprov/bcpkix/bcutil) → 1.84 (CVE-2026-5588, CVE-2026-0636) - bcpkix-fips 2.0.10 → 2.0.11 - bcutil-fips 2.0.5 → 2.0.6 Drop bcprov-ext-jdk18on: BC team retired the -ext variant (last release 1.78.1), and pinning it would shadow the CVE-2026-0636 fix in bcprov 1.84. No consumers in this repo. Matches apache/pulsar#25569.
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
Pull library version updates from apache/pulsar's
gradle/libs.versions.tomlinto this repo's catalog so connectors build against the same baseline as the broker:jetty12.1.5 → 12.1.8jackson2.18.6 → 2.21.2log4j22.25.3 → 2.25.4asynchttpclient2.12.4 → 2.14.5bouncycastle(bcprov/bcpkix/bcutil) → 1.84 — addresses CVE-2026-5588 and CVE-2026-0636bcpkix-fips2.0.10 → 2.0.11bcutil-fips2.0.5 → 2.0.6Drops
bcprov-ext-jdk18on: the BC team retired the-extvariant (last release 1.78.1), and pinning it alongsidebcprov1.84 would shadow the CVE-2026-0636 fix. No consumers in this repo. Matches apache/pulsar#25569.Connector-specific entries (kafka, debezium, opensearch, hbase, aws-sdk2, etc.) and
jetty9are intentionally left untouched since they don't exist or are pinned independently in upstream Pulsar.Test plan