Bump azure-identity to 1.18.4 and azure-security-keyvault-keys to 4.11.1 - #2984
Merged
Mahendra Chavan (machavan) merged 1 commit intoJul 15, 2026
Merged
Conversation
Pulls in azure-core-http-netty 1.16.5 (Netty 4.1.135.Final) and azure-core 1.58.1 (jackson-core 2.18.6) transitively, clearing 20 Netty CVEs and GHSA-72hv-8253-57qq without any dependencyManagement overrides. Follows Azure SDK team guidance to stay on the Netty 4.1.x line.
Mahendra Chavan (machavan)
requested review from
Ananya Garg (Ananya2),
Copilot,
Divang Sharma (divang) and
Muskan Gupta (muskan124947)
July 13, 2026 18:26
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates two optional Azure SDK dependencies used by the driver’s Azure Key Vault / federated auth integrations, primarily to pull in patched transitive Netty and Jackson versions and resolve CVE alerts without adding extra dependency overrides.
Changes:
- Bump
com.azure:azure-identityfrom1.18.2to1.18.4(Maven + Gradle). - Bump
com.azure:azure-security-keyvault-keysfrom4.10.5to4.11.1(Maven + Gradle). - Keep both dependencies optional/compileOnly as before (no change to core driver dependency surface).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updates Azure dependency version properties while keeping the dependencies optional. |
| build.gradle | Updates the same Azure dependency versions in compileOnly and testImplementation declarations. |
Contributor
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2984 +/- ##
=========================================
Coverage 59.25% 59.25%
+ Complexity 5058 5054 -4
=========================================
Files 153 153
Lines 36339 36339
Branches 6645 6645
=========================================
+ Hits 21531 21534 +3
+ Misses 11091 11075 -16
- Partials 3717 3730 +13 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Ananya Garg (Ananya2)
approved these changes
Jul 14, 2026
Muskan Gupta (muskan124947)
approved these changes
Jul 14, 2026
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.
Bump
azure-identityandazure-security-keyvault-keysto resolve transitive Netty and Jackson CVEsSummary
Bumps two optional Azure SDK dependencies to their latest stable versions so that the recently patched Netty and Jackson artifacts flow in transitively. No new
dependencyManagement/resolutionStrategy.forceoverrides are introduced — the upstream releases resolve the outstanding CVE alerts on their own.com.azure:azure-identitycom.azure:azure-security-keyvault-keysBoth are declared with
<optional>true</optional>(Always Encrypted CMK + federated auth) and are unused by the core driver code path.Transitive resolution after the bump
Both target versions bring in the same clean transitive set:
Alerts resolved
4.1.130.FinalCVEsazure-core-http-netty1.16.3azure-core-http-netty1.16.5 (Netty 4.1.135.Final)netty-resolver-dns/netty-codec-dns4.1.128.Final CVEsazure-core-http-netty1.16.3azure-core-http-netty1.16.5jackson-core2.18.4.1 (GHSA-72hv-8253-57qq)azure-core1.57.1azure-core1.58.1 (jackson-core 2.18.6)Changes
Four line edits, split across two build files.
pom.xml — property block
build.gradle —
compileOnlyandtestImplementationblocksBackward compatibility
<optional>true</optional>— no impact on consumers that don't use Always Encrypted with Azure Key Vault or federated authentication.azure-identity1.18.2 → 1.18.4 is a patch bump on the same 1.18.x line.azure-security-keyvault-keys4.10.5 → 4.11.1 is a minor bump; the public API surface used by the driver (KeyClient/CryptographyClient) is unchanged.References
azure-core-http-netty1.16.5 release notes — Netty bumped to 4.1.135.Finalazure-core1.58.1 release notes — jackson-core bumped to 2.18.6jackson-coreStackOverflowError on deeply nested input