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 d4846ae6b3 NIFI-15462 - Bump Protobuf to 4.33.4, Apache Parquet to
1.17.0, Snowflake Ingest SDK to 4.4.2-unshaded, and others (#10763)
d4846ae6b3 is described below
commit d4846ae6b375e9ed52e248f4f6e8c35cbafdc493
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Jan 13 17:16:49 2026 +0100
NIFI-15462 - Bump Protobuf to 4.33.4, Apache Parquet to 1.17.0, Snowflake
Ingest SDK to 4.4.2-unshaded, and others (#10763)
- Protobuf from 4.33.3 to 4.33.4 -
https://github.com/protocolbuffers/protobuf/releases/tag/v33.4
- Reactor from 3.8.1 to 3.8.2 -
https://github.com/reactor/reactor-core/releases/tag/v3.8.2
- Apache Parquet from 1.16.0 to 1.17.0 -
https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.0
- Wire from 5.4.0 to 5.5.0 -
https://github.com/square/wire/releases/tag/5.5.0
- Snowflake Ingest SDK from 4.4.1-unshaded to 4.4.2-unshaded -
https://docs.snowflake.com/en/release-notes/clients-drivers/ingest-java-sdk-2026
- AWS SDK BOM from 2.41.5 to 2.41.6 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-commons/nifi-calcite-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +-
.../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++--
.../nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-parquet-bundle/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 6 +++---
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 6 +++---
pom.xml | 2 +-
10 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 3b590116de..6d6426f986 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -122,7 +122,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.8</version>
+ <version>4.33.4</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml
b/nifi-commons/nifi-calcite-utils/pom.xml
index ee89c44112..86e7d3c575 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.8</version>
+ <version>4.33.4</version>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 0f7ab4cbaf..4cc1611d8a 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -28,7 +28,7 @@
<properties>
<guava.version>33.5.0-jre</guava.version>
- <protobuf.version>4.33.3</protobuf.version>
+ <protobuf.version>4.33.4</protobuf.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 376947b527..8f94973b95 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -123,7 +123,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -203,7 +203,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
index 6e2a0e568c..37e3f4d26c 100644
---
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
+++
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0</version>
</dependency>
<!-- Avro provided in shared NAR -->
<dependency>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index e4d60790d0..774c3a195f 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
- <version>4.33.3</version>
+ <version>4.33.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index 0ec1d88cdb..85c6596360 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -31,7 +31,7 @@
<module>nifi-parquet-nar</module>
</modules>
<properties>
- <parquet.version>1.16.0</parquet.version>
+ <parquet.version>1.17.0</parquet.version>
</properties>
<dependencyManagement>
<dependencies>
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 e624de151c..9a639521d3 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
@@ -26,8 +26,8 @@
<artifactId>nifi-protobuf-services</artifactId>
<properties>
- <protobuf.version>3.25.8</protobuf.version>
- <wire.version>5.4.0</wire.version>
+ <protobuf.version>4.33.4</protobuf.version>
+ <wire.version>5.5.0</wire.version>
</properties>
<dependencies>
@@ -77,4 +77,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 21c5634e15..d9639039cd 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -21,12 +21,12 @@
<packaging>pom</packaging>
<properties>
- <parquet.version>1.16.0</parquet.version>
+ <parquet.version>1.17.0</parquet.version>
<guava.version>33.5.0-jre</guava.version>
- <protobuf.version>4.33.3</protobuf.version>
+ <protobuf.version>4.33.4</protobuf.version>
<grpc.version>1.78.0</grpc.version>
<!-- Check Ingest SDK and JDBC compatibility when upgrading -->
-
<snowflake-ingest-sdk.version>4.4.1-unshaded</snowflake-ingest-sdk.version>
+
<snowflake-ingest-sdk.version>4.4.2-unshaded</snowflake-ingest-sdk.version>
<snowflake-jdbc-thin.version>3.28.0</snowflake-jdbc-thin.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 510687ea5b..ddcd72a1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.41.5</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.41.6</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.3</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->