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 757c14eb98 NIFI-14348 Upgraded Azure, AWS, Camel, Google Drive
dependencies (#9789)
757c14eb98 is described below
commit 757c14eb9892463514c81b592ee844d0131fc59c
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Mar 10 14:58:22 2025 +0100
NIFI-14348 Upgraded Azure, AWS, Camel, Google Drive dependencies (#9789)
- Upgraded Azure SDK BOM from 1.2.31 to 1.2.32
- Upgraded MSAL4J from 1.17.3 to 1.19.0
- Upgraded Camel Salesforce from from 4.10.1 to 4.10.2
- Upgraded AWS SDK from 2.30.33 to 2.30.36
- Upgraded Google Drive from 20250216 to 20250220
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 4 ++--
nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
.../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index fd9ac12ebc..7d56667515 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.31</azure.sdk.bom.version>
- <msal4j.version>1.17.3</msal4j.version>
+ <azure.sdk.bom.version>1.2.32</azure.sdk.bom.version>
+ <msal4j.version>1.19.0</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 3d0ea575a1..dc3f95963e 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20250216-2.0.0</version>
+ <version>v3-rev20250220-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
diff --git
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 3bb3e4b6fd..09b3747025 100644
---
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
- <version>4.10.1</version>
+ <version>4.10.2</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
diff --git a/pom.xml b/pom.xml
index cbef5e13d1..5a95c9ac9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.782</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.30.33</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.30.36</software.amazon.awssdk.version>
<gson.version>2.12.1</gson.version>
<io.fabric8.kubernetes.client.version>7.1.0</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.10</kotlin.version>