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 a5917ec43d NIFI-15054 Bump Azure SDK to 1.3.0, AWS v1 SDK to 1.12.792,
AWS v2 SDK to 2.35.0, and others (#10386)
a5917ec43d is described below
commit a5917ec43de00bd21a5446772d99f97d959597b2
Author: Pierre Villard <[email protected]>
AuthorDate: Sat Oct 4 14:25:47 2025 +0200
NIFI-15054 Bump Azure SDK to 1.3.0, AWS v1 SDK to 1.12.792, AWS v2 SDK to
2.35.0, and others (#10386)
- Google HTTP Client (Asana Bundle) from 1.36.0 to 1.47.1 -
https://github.com/googleapis/google-http-java-client/releases/tag/v1.47.1
- Azure SDK BOM from 1.2.38 to 1.3.0 -
https://github.com/Azure/azure-sdk-for-java/releases/tag/azure-sdk-bom_1.3.0
- MSAL4J from 1.22.0 to 1.23.1 -
https://github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.23.1
- Box Java SDK from 4.16.3 to 4.16.4 -
https://github.com/box/box-java-sdk/releases/tag/v4.16.4
- Neo4J Driver from 6.0.0 to 6.0.1 -
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.0.1
- AWS MSK IAM Auth from 2.3.2 to 2.3.4 -
https://github.com/aws/aws-msk-iam-auth/releases/tag/v2.3.4
- QuestDB from 9.0.3 to 9.1.0 -
https://github.com/questdb/questdb/releases/tag/9.1.0
- AWS SDK v1 from 1.12.791 to 1.12.792 -
https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md
- AWS SDK v2 from 2.34.8 to 2.35.0 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- ZSTD JNI from 1.5.7-4 to 1.5.7-5 -
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-5
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-asana-bundle/nifi-asana-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 4 ++--
nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
pom.xml | 6 +++---
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
index 6ca65f2456..50e424eb14 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
- <version>1.36.0</version>
+ <version>1.47.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 20e2f845ef..fab10647d0 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.38</azure.sdk.bom.version>
- <msal4j.version>1.22.0</msal4j.version>
+ <azure.sdk.bom.version>1.3.0</azure.sdk.bom.version>
+ <msal4j.version>1.23.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 6db1cb22d3..9a7c02f0d3 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
- <version>4.16.3</version>
+ <version>4.16.4</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 873ada809e..bc2bb9ec03 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <neo4j.driver.version>6.0.0</neo4j.driver.version>
+ <neo4j.driver.version>6.0.1</neo4j.driver.version>
<neo4j.docker.version>2025.09</neo4j.docker.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
index b1eab2c5dd..65b5efdc64 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
- <version>2.3.2</version>
+ <version>2.3.4</version>
</dependency>
</dependencies>
</project>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
index 65361d18ec..af08ff0b68 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
- <version>9.0.3</version>
+ <version>9.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index a218f49005..a9015cf853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,8 +120,8 @@
<nifi.nar.maven.plugin.version>2.1.0</nifi.nar.maven.plugin.version>
<!-- AWS SDK -->
- <com.amazonaws.version>1.12.791</com.amazonaws.version>
- <software.amazon.awssdk.version>2.34.8</software.amazon.awssdk.version>
+ <com.amazonaws.version>1.12.792</com.amazonaws.version>
+ <software.amazon.awssdk.version>2.35.0</software.amazon.awssdk.version>
<!-- Apache Commons -->
<org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -148,7 +148,7 @@
<!-- Data formats and serialization -->
<avro.version>1.12.0</avro.version>
-
<com.github.luben.zstd-jni.version>1.5.7-4</com.github.luben.zstd-jni.version>
+
<com.github.luben.zstd-jni.version>1.5.7-5</com.github.luben.zstd-jni.version>
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
<gson.version>2.13.2</gson.version>
<jackson.annotations.version>2.20</jackson.annotations.version>