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 c36c5f07dc NIFI-14406 Upgraded Azure to 1.2.33, GCP to 26.58.0, AWS to
2.31.11 and others (#9827)
c36c5f07dc is described below
commit c36c5f07dcada0473e7fc0458f54057228d7b357
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Mar 31 20:02:42 2025 +0200
NIFI-14406 Upgraded Azure to 1.2.33, GCP to 26.58.0, AWS to 2.31.11 and
others (#9827)
- Guava from 33.4.0-jre to 33.4.6-jre -
https://github.com/google/guava/releases/tag/v33.4.6
- ASM from 9.7.1 to 9.8 - https://asm.ow2.io/versions.html
- Azure SDK BOM from 1.2.32 to 1.2.33 -
https://github.com/Azure/azure-sdk-for-java/releases/tag/azure-sdk-bom_1.2.33
- MSAL4J from 1.19.0 to 1.19.1 -
https://github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.19.1
- Elasticsearch client from 8.17.3 to 8.17.4 -
https://github.com/elastic/elasticsearch-java/releases/tag/v8.17.4
- GCP BOM from 26.57.0 to 26.58.0 -
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.58.0
- Camel Salesforce from 4.10.2 to 4.10.3 -
https://github.com/apache/camel/releases/tag/camel-4.10.3
- SNMP4J from 3.9.0 to 3.9.1 - https://www.snmp4j.org/CHANGES.txt
- ICU4J from 76.1 to 77.1 -
https://unicode-org.github.io/icu/download/77.html
- MariaDB Java Client from 3.5.2 to 3.5.3 -
https://mariadb.com/kb/en/mariadb-connector-j-3-5-3-release-notes/
- Jakarta Validation API from 3.1.0 to 3.1.1 -
https://github.com/jakartaee/validation/releases/tag/3.1.1
- FlywayDB from 11.4.1 to 11.5.0 -
https://github.com/flyway/flyway/releases/tag/flyway-11.5.0
- AWS SDK v2 from 2.31.6 to 2.31.11 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md#23111-2025-03-28
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/pom.xml | 2 +-
nifi-extension-bom/pom.xml | 6 +++---
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 6 +++---
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-evtx-bundle/nifi-evtx-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 4 ++--
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 1 -
nifi-extension-bundles/nifi-protobuf-bundle/pom.xml | 2 +-
.../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml | 2 +-
.../nifi-snmp-bundle/nifi-snmp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml | 2 +-
.../nifi-standard-bundle/nifi-standard-processors/pom.xml | 1 -
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 4 ++--
nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
nifi-registry/nifi-registry-core/pom.xml | 4 ++--
nifi-registry/pom.xml | 2 +-
pom.xml | 2 +-
22 files changed, 27 insertions(+), 29 deletions(-)
diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml
index c9b4cfa4bc..efbaee7ff6 100644
--- a/nifi-commons/pom.xml
+++ b/nifi-commons/pom.xml
@@ -72,7 +72,7 @@
</modules>
<properties>
<gcp.sdk.version>26.38.0</gcp.sdk.version>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.6-jre</guava.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index fd022688dc..38c92b0146 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -189,19 +189,19 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.7.1</version>
+ <version>9.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>9.7.1</version>
+ <version>9.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>9.7.1</version>
+ <version>9.8</version>
<scope>provided</scope>
</dependency>
<!-- Jetty EE10 Apache JSP and deps -->
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 8694de3a3b..dd3c78fed5 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 239854e703..7e0270ac5f 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.32</azure.sdk.bom.version>
- <msal4j.version>1.19.0</msal4j.version>
+ <azure.sdk.bom.version>1.2.33</azure.sdk.bom.version>
+ <msal4j.version>1.19.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>
@@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
<!-- Override Apache Qpid Proton J for Azure EventHubs to resolve
PROTON-2347 -->
<dependency>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 7cbe2585ed..2bb546c2db 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -33,7 +33,7 @@ language governing permissions and limitations under the
License. -->
</modules>
<properties>
- <elasticsearch.client.version>8.17.3</elasticsearch.client.version>
+ <elasticsearch.client.version>8.17.4</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index c61f3c7de2..037573893e 100644
--- a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index cd32e7ea0c..7622a1ea70 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.57.0</google.libraries.version>
+ <google.libraries.version>26.58.0</google.libraries.version>
</properties>
<dependencyManagement>
@@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 61354089e1..5402c93fb8 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -27,7 +27,7 @@
<properties>
<gremlin.version>3.7.3</gremlin.version>
<janusgraph.version>1.2.0-20250219-143145.6c030f7</janusgraph.version>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.6-jre</guava.version>
<amqp-client.version>5.25.0</amqp-client.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 2fd9ba595f..f55881d4a6 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index bce6841d3b..565e6e7a83 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 224868111d..a13bdc32c4 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -56,7 +56,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
index c0f6f340b8..7f3ccd819f 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
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 2dfac92135..6549436296 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.2</version>
+ <version>4.10.3</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
diff --git
a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index da5f41330f..19d637271f 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the
License. -->
<packaging>jar</packaging>
<properties>
- <snmp4j.version>3.9.0</snmp4j.version>
+ <snmp4j.version>3.9.1</snmp4j.version>
<snmp4j-agent.version>3.8.2</snmp4j-agent.version>
</properties>
diff --git a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
index 36a29c82ae..463653012a 100644
--- a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -23,7 +23,7 @@
<artifactId>nifi-sql-reporting-bundle</artifactId>
<packaging>pom</packaging>
<properties>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.6-jre</guava.version>
</properties>
<modules>
<module>nifi-sql-reporting-tasks</module>
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index c2c471a42c..1fc0e8de04 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -27,7 +27,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index c7eaf42367..fce0a6e5e3 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -221,7 +221,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 9ea96d1b24..5ef3115621 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -25,7 +25,7 @@
<description>NiFi: Framework Bundle</description>
<properties>
<curator.version>5.8.0</curator.version>
- <guava.version>33.4.0-jre</guava.version>
+ <guava.version>33.4.6-jre</guava.version>
<org.opensaml.version>5.1.3</org.opensaml.version>
</properties>
<modules>
@@ -101,7 +101,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>76.1</version>
+ <version>77.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index ce45746bd1..9b583b6997 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>3.5.2</version>
+ <version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml
b/nifi-registry/nifi-registry-core/pom.xml
index 17becebf82..2984ce2bd3 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -98,7 +98,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</dependency>
<!-- open id connect - override transitive dependency version
ranges -->
<dependency>
@@ -114,7 +114,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.0-jre</version>
+ <version>33.4.6-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 9042370450..026c62fb54 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.4.4</spring.boot.version>
- <flyway.version>11.4.1</flyway.version>
+ <flyway.version>11.5.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.2.0.202503040940-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index cca1c5f9a7..938632ccee 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.31.6</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.31.11</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.20</kotlin.version>