From b7c7cd000080082125fccbde55764486bc618324 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:43:27 +0530 Subject: [PATCH] Upgrade Azure SDK BOM to 1.3.6 and pin msal4j 1.24.1 for sovereign cloud support (#472) * Initial plan * Upgrade azure-bom-version and pin msal4j 1.24.1 for sovereign cloud support Agent-Logs-Url: https://github.com/Azure/azure-kusto-java/sessions/69c6016a-46bc-4de9-a13a-e0fec18afb26 Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> * Address review comments: pin msal4j in quickstart, drop redundant BOM override in ingest-v2 - quickstart/pom.xml: add msal4j 1.24.1 dependencyManagement pin since this module is standalone (no parent) and would otherwise resolve an older transitive msal4j via azure-identity, undermining the sovereign-cloud fix. - ingest-v2/pom.xml: remove redundant azure-bom-version override; the property is now inherited from the root parent (also 1.3.6), avoiding future drift. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Restore explicit azure-bom-version 1.3.6 in ingest-v2/pom.xml for clarity Agent-Logs-Url: https://github.com/Azure/azure-kusto-java/sessions/d58014b1-c88c-47d1-b610-0cff08d64b6d Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tanmaya-panda1 <108695755+tanmaya-panda1@users.noreply.github.com> Co-authored-by: Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pom.xml | 13 +++++++++++-- quickstart/pom.xml | 7 +++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bd59c460..5ff63ddf 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,8 @@ 7.0.7 UTF-8 1.8 - 1.2.28 + 1.3.6 + 1.24.1 @@ -82,7 +83,15 @@ samples quickstart - + + + + com.microsoft.azure + msal4j + ${msal4j.version} + + + diff --git a/quickstart/pom.xml b/quickstart/pom.xml index 3e99402a..9854bca5 100644 --- a/quickstart/pom.xml +++ b/quickstart/pom.xml @@ -40,6 +40,8 @@ 3.3.0 1.8.0-beta4 20201115 + 1.18.2 + 1.24.1 @@ -112,6 +114,11 @@ pom import + + com.microsoft.azure + msal4j + ${msal4j.version} +