This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c0cbebeb6 NIFI-14723 Bump Azure SDK to 1.2.36, GCP SDK to 26.63.0 and 
others (#10071)
4c0cbebeb6 is described below

commit 4c0cbebeb6890f9f84d8eef7f739a632c759ef8b
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jul 7 21:10:06 2025 +0200

    NIFI-14723 Bump Azure SDK to 1.2.36, GCP SDK to 26.63.0 and others (#10071)
    
    - Azure SDK from 1.2.35 to 1.2.36 - 
https://github.com/Azure/azure-sdk-for-java/pull/45877
    - MSAL4J from 1.20.1 to 1.21.0 - 
https://github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.21.0
    - Google SDK from 26.62.0 to 26.63.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.63.0
    - zstd jni from 1.5.7-3 to 1.5.7-4 - 
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-4
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-azure-bundle/pom.xml | 4 ++--
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml   | 2 +-
 pom.xml                                          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 2f9616ca56..dfeb5594f6 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -28,8 +28,8 @@
 
     <properties>
         <!-- when changing the Azure SDK version, also update msal4j to the 
version that is required by azure-identity -->
-        <azure.sdk.bom.version>1.2.35</azure.sdk.bom.version>
-        <msal4j.version>1.20.1</msal4j.version>
+        <azure.sdk.bom.version>1.2.36</azure.sdk.bom.version>
+        <msal4j.version>1.21.0</msal4j.version>
         <qpid.proton.version>0.34.1</qpid.proton.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 155ba48918..729ad177c5 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.62.0</google.libraries.version>
+        <google.libraries.version>26.63.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 75b1f3ab0a..28b8ceaa8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         
<org.apache.commons.codec.version>1.18.0</org.apache.commons.codec.version>
         
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
         
<org.apache.commons.compress.version>1.27.1</org.apache.commons.compress.version>
-        
<com.github.luben.zstd-jni.version>1.5.7-3</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.7-4</com.github.luben.zstd-jni.version>
         
<org.apache.commons.configuration.version>2.12.0</org.apache.commons.configuration.version>
         
<org.apache.commons.lang3.version>3.17.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>

Reply via email to