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 3c1b253ced6 NIFI-15832 Bump AWS SDK to 2.42.33, Azure SDK to 1.3.6,
LZ4 Java to 1.11.0, and others (#11134)
3c1b253ced6 is described below
commit 3c1b253ced6a1ce7b7cc5b6380c3c259bbbcb5a0
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Apr 13 23:23:47 2026 +0200
NIFI-15832 Bump AWS SDK to 2.42.33, Azure SDK to 1.3.6, LZ4 Java to 1.11.0,
and others (#11134)
- Apache Ant from 1.10.16 to 1.10.17 -
https://archive.apache.org/dist/ant/RELEASE-NOTES-1.10.17.html
- LZ4 Java from 1.10.4 to 1.11.0 -
https://github.com/yawkat/lz4-java/releases/tag/v1.11.0
- Google Drive API Services from v3-rev20260322-2.0.0 to
v3-rev20260405-2.0.0 -
https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-drive/v3/2.0.0
- Apache IoTDB from 2.0.7 to 2.0.8 -
https://github.com/apache/iotdb/releases/tag/v2.0.8
- MongoDB Driver from 5.6.4 to 5.6.5 -
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.6.5
- QuestDB from 9.3.4 to 9.3.5 -
https://github.com/questdb/questdb/releases/tag/9.3.5
- AWS SDK from 2.42.30 to 2.42.33 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Azure SDK from 1.3.5 to 1.3.6 -
https://github.com/Azure/azure-sdk-for-java/releases/tag/com.azure%2Bazure-sdk-bom_1.3.6
- Jackson 3 from 3.1.1 to 3.1.2 -
https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.1.2
- Swagger from 2.2.46 to 2.2.48 -
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.48
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
.../nifi-kafka-to-s3-integration-tests/pom.xml | 2 +-
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-groovyx-bundle/pom.xml | 2 +-
.../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-iotdb-bundle/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml | 2 +-
nifi-extension-bundles/nifi-mongodb-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-scripting-bundle/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
pom.xml | 10 +++++-----
13 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index c0ba263f8a3..49e79e65901 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -27,7 +27,7 @@
<description>Apache NiFi reporting module for aggregating code coverage
information</description>
<properties>
- <ant.version>1.10.16</ant.version>
+ <ant.version>1.10.17</ant.version>
<mime4j.version>0.8.13</mime4j.version>
</properties>
diff --git
a/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
b/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
index 63b38b5903f..5cd648c6958 100644
---
a/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
+++
b/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.4</version>
+ <version>1.11.0</version>
</dependency>
<!-- Confluent Schema Registry and Avro dependencies for testing -->
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index c8ab855cebf..04a78101153 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -316,7 +316,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.4</version>
+ <version>1.11.0</version>
</dependency>
</dependencies>
<build>
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 ba1d47ae303..5b6580aa008 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
@@ -132,7 +132,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20260322-2.0.0</version>
+ <version>v3-rev20260405-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
b/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
index db782c13428..c9ca19bac8b 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
@@ -26,7 +26,7 @@
<description>NiFi Groovy Extended Processor</description>
<properties>
- <ant.version>1.10.16</ant.version>
+ <ant.version>1.10.17</ant.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index 2cc083b939e..ebae3c35179 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.4</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index 4d1d269444b..68da5b26ecb 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -30,7 +30,7 @@
</modules>
<properties>
- <iotdb.sdk.version>2.0.7</iotdb.sdk.version>
+ <iotdb.sdk.version>2.0.8</iotdb.sdk.version>
</properties>
</project>
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 0c9a35cdcee..79b08d6be38 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
@@ -66,7 +66,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.4</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
diff --git
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
index 5f6f04b9306..272bc89b43d 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.4</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index 62ed0c97da0..08fdbdf8d42 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
@@ -34,6 +34,6 @@
</modules>
<properties>
- <mongo.driver.version>5.6.4</mongo.driver.version>
+ <mongo.driver.version>5.6.5</mongo.driver.version>
</properties>
</project>
diff --git a/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
b/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
index 5b49b7d1875..eeca38eaf29 100644
--- a/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
@@ -24,7 +24,7 @@
<artifactId>nifi-scripting-bundle</artifactId>
<packaging>pom</packaging>
<properties>
- <ant.version>1.10.16</ant.version>
+ <ant.version>1.10.17</ant.version>
</properties>
<modules>
<module>nifi-scripting-processors</module>
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 4da6b70b1fa..5fc753041f4 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.3.4</version>
+ <version>9.3.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 57dd2c18270..6b48a32fad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,9 +122,9 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
-
<software.amazon.awssdk.version>2.42.30</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.42.33</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
- <azure.sdk.bom.version>1.3.5</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
+ <azure.sdk.bom.version>1.3.6</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
<!-- Apache Commons -->
<org.apache.commons.cli.version>1.11.0</org.apache.commons.cli.version>
@@ -157,7 +157,7 @@
<gson.version>2.13.2</gson.version>
<jackson.annotations.version>2.21</jackson.annotations.version>
<jackson.bom.version>2.21.2</jackson.bom.version>
- <jackson3.bom.version>3.1.1</jackson3.bom.version>
+ <jackson3.bom.version>3.1.2</jackson3.bom.version>
<json.smart.version>2.6.0</json.smart.version>
<snakeyaml.version>2.6</snakeyaml.version>
@@ -202,7 +202,7 @@
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.4</spring.security.version>
<spring.version>7.0.6</spring.version>
- <swagger.annotations.version>2.2.46</swagger.annotations.version>
+ <swagger.annotations.version>2.2.48</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.3</junit.version>
@@ -838,7 +838,7 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.46</version>
+ <version>2.2.48</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>