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 ef890a313b6 NIFI-15730 Bump Box SDK to 5.5.0, Commons Net to 3.13.0,
gRPC to 1.80.0, and others (#11023)
ef890a313b6 is described below
commit ef890a313b6d9b21f5f1c92016945b7f041ee8e4
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Mar 19 15:10:01 2026 +0100
NIFI-15730 Bump Box SDK to 5.5.0, Commons Net to 3.13.0, gRPC to 1.80.0,
and others (#11023)
- Box SDK from 5.4.0 to 5.5.0 -
https://github.com/box/box-java-sdk/releases/tag/v5.5.0
- Docker Java API from 3.7.0 to 3.7.1 -
https://github.com/docker-java/docker-java/releases/tag/3.7.1
- Spring Integration from 7.0.3 to 7.0.4 -
https://github.com/spring-projects/spring-integration/releases/tag/v7.0.4
- gRPC from 1.79.0 to 1.80.0 - https://github.com/grpc/grpc/releases
- ICU4J from 78.2 to 78.3 -
https://github.com/unicode-org/icu/releases/tag/release-78.3
- FlywayDB from 12.1.0 to 12.1.1 -
https://github.com/flyway/flyway/releases/tag/flyway-12.1.1
- JLine from 4.0.4 to 4.0.7 -
https://github.com/jline/jline3/releases/tag/4.0.7
- AWS SDK BOM from 2.42.14 to 2.42.16 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Commons Net from 3.12.0 to 3.13.0 -
https://commons.apache.org/proper/commons-net/changes.html#a3.13.0
- Test Containers from 2.0.3 to 2.0.4 -
https://github.com/testcontainers/testcontainers-java/releases/tag/2.0.4
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +-
.../nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml | 4 ++--
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
pom.xml | 6 +++---
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index f2902d81636..f0552d2da98 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>5.4.0</version>
+ <version>5.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
index fe326bec4b2..c4a065c6a0b 100644
---
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
+++
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
@@ -24,7 +24,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
- <version>3.7.0</version>
+ <version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -74,4 +74,4 @@ language governing permissions and limitations under the
License. -->
<scope>compile</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 471bfa3c641..1a76b3b4a53 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -25,7 +25,7 @@
<artifactId>nifi-email-processors</artifactId>
<packaging>jar</packaging>
<properties>
- <spring.integration.version>7.0.3</spring.integration.version>
+ <spring.integration.version>7.0.4</spring.integration.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index f6ca7e2c073..16b7a6e0b7d 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -24,7 +24,7 @@
<parquet.version>1.17.0</parquet.version>
<guava.version>33.5.0-jre</guava.version>
<protobuf.version>4.34.0</protobuf.version>
- <grpc.version>1.79.0</grpc.version>
+ <grpc.version>1.80.0</grpc.version>
<!-- Check Ingest SDK and JDBC compatibility when upgrading -->
<snowflake-ingest-sdk.version>4.4.2-unshaded</snowflake-ingest-sdk.version>
<snowflake-jdbc-thin.version>3.28.0</snowflake-jdbc-thin.version>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index eed4f8c90f0..7c41f8763ae 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>78.2</version>
+ <version>78.3</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 5bbfc87a44b..7540d67eccc 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>4.0.3</spring.boot.version>
- <flyway.version>12.1.0</flyway.version>
+ <flyway.version>12.1.1</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.6.0.202603022253-r</jgit.version>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index cf78af93615..2506490bb31 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
<description>Tooling to make tls configuration easier</description>
<properties>
- <jline.version>4.0.4</jline.version>
+ <jline.version>4.0.7</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 393d6111869..bff3c72fa42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
-
<software.amazon.awssdk.version>2.42.14</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.42.16</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 -->
@@ -133,7 +133,7 @@
<org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
<org.apache.commons.io.version>2.21.0</org.apache.commons.io.version>
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>
- <org.apache.commons.net.version>3.12.0</org.apache.commons.net.version>
+ <org.apache.commons.net.version>3.13.0</org.apache.commons.net.version>
<org.apache.commons.text.version>1.15.0</org.apache.commons.text.version>
<!-- Big data platforms -->
@@ -206,7 +206,7 @@
<mockito.version>5.23.0</mockito.version>
<pmd.version>7.22.0</pmd.version>
<checkstyle.version>13.3.0</checkstyle.version>
- <testcontainers.version>2.0.3</testcontainers.version>
+ <testcontainers.version>2.0.4</testcontainers.version>
<jacoco.version>0.8.14</jacoco.version>
</properties>
<dependencyManagement>