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 7c66b4d59b5 NIFI-15956 Bump Protobuf to 4.35.0, Iceberg to 1.11.0, 
JUnit to 6.1.0, and others (#11265)
7c66b4d59b5 is described below

commit 7c66b4d59b5228c34c132049d3f21f9fcbcfd2a2
Author: Pierre Villard <[email protected]>
AuthorDate: Wed May 20 15:48:51 2026 +0200

    NIFI-15956 Bump Protobuf to 4.35.0, Iceberg to 1.11.0, JUnit to 6.1.0, and 
others (#11265)
    
    - Protobuf from 4.34.1 to 4.35.0 - 
https://github.com/protocolbuffers/protobuf/releases/tag/v35.0
    - GCP SDK BOM from 26.81.0 to 26.83.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.83.0
    - JanusGraph from 1.2.0-20260424-225650.346f5a4 to 
1.2.0-20260518-231441.3ed2758 - https://github.com/JanusGraph/janusgraph
    - Woodstox from 7.1.1 to 7.2.0 - 
https://github.com/FasterXML/woodstox/releases/tag/woodstox-core-7.2.0
    - Apache Iceberg from 1.10.1 to 1.11.0 - 
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.11.0
    - Slack Bolt from 1.48.1 to 1.49.0 - 
https://github.com/slackapi/java-slack-sdk/releases/tag/v1.49.0
    - FastCSV from 4.2.0 to 4.3.0 - 
https://github.com/osiegmar/FastCSV/releases/tag/v4.3.0
    - AWS SDK BOM from 2.44.7 to 2.44.9 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Nimbus OAuth2 OIDC from 11.37.1 to 11.37.2 - 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt
    - JUnit from 6.0.3 to 6.1.0 - 
https://docs.junit.org/6.1.0/release-notes.html
    - Swagger Maven Plugin from 3.0.80 to 3.0.81 - 
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.81
    
    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-extension-bundles/nifi-gcp-bundle/pom.xml                    | 2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml             | 2 +-
 .../nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml       | 2 +-
 nifi-extension-bundles/nifi-iceberg-bundle/pom.xml                | 2 +-
 nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml          | 2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml           | 2 +-
 .../nifi-slack-bundle/nifi-slack-processors/pom.xml               | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml              | 2 +-
 .../nifi-record-serialization-services/pom.xml                    | 2 +-
 pom.xml                                                           | 8 ++++----
 13 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index adb052cac52..e7019281fd5 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>4.34.1</version>
+                <version>4.35.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml 
b/nifi-commons/nifi-calcite-utils/pom.xml
index b2609a83c4c..b0465355acd 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>4.34.1</version>
+            <version>4.35.0</version>
         </dependency>
     </dependencies>
 
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index ca2d5da6c4d..35f5eb822bb 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.6.0-jre</guava.version>
-        <protobuf.version>4.34.1</protobuf.version>
+        <protobuf.version>4.35.0</protobuf.version>
     </properties>
 
     <modules>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 313710edd30..7029a5bc2bd 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.81.0</google.libraries.version>
+        <google.libraries.version>26.83.0</google.libraries.version>
     </properties>
 
     <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 341b7419a33..f65257484da 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
@@ -25,7 +25,7 @@
     <artifactId>nifi-graph-test-clients</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <janusgraph.version>1.2.0-20260424-225650.346f5a4</janusgraph.version>
+        <janusgraph.version>1.2.0-20260518-231441.3ed2758</janusgraph.version>
         <guava.version>33.6.0-jre</guava.version>
         <amqp-client.version>5.30.0</amqp-client.version>
     </properties>
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 85ad32b8865..d3966b8bbcb 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
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
             <artifactId>woodstox-core</artifactId>
-            <version>7.1.1</version>
+            <version>7.2.0</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
index 3fe02b5a208..8b35d0df0d1 100644
--- a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
@@ -59,7 +59,7 @@
             <dependency>
                 <groupId>org.apache.iceberg</groupId>
                 <artifactId>iceberg-bom</artifactId>
-                <version>1.10.1</version>
+                <version>1.11.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index bf535170d3c..d672ce1ae20 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.34.1</version>
+                <version>4.35.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
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 4693be3b8bf..4ba7852958e 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,7 +26,7 @@
     <artifactId>nifi-protobuf-services</artifactId>
 
     <properties>
-        <protobuf.version>4.34.1</protobuf.version>
+        <protobuf.version>4.35.0</protobuf.version>
         <wire.version>6.4.0</wire.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 3827574c8cf..209a9a38af5 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>com.slack.api</groupId>
             <artifactId>bolt-socket-mode</artifactId>
-            <version>1.48.1</version>
+            <version>1.49.0</version>
         </dependency>
         <!-- Required by bolt-socket-mode but the library itself doesn't have 
the dependency. -->
         <dependency>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 4dd873fa75e..8dccf475ee8 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -22,7 +22,7 @@
 
     <properties>
         <guava.version>33.6.0-jre</guava.version>
-        <protobuf.version>4.34.1</protobuf.version>
+        <protobuf.version>4.35.0</protobuf.version>
         <grpc.version>1.81.0</grpc.version>
         <snowflake-jdbc-thin.version>4.2.0</snowflake-jdbc-thin.version>
     </properties>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index ab03461fde3..27fd6c182a0 100755
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>de.siegmar</groupId>
             <artifactId>fastcsv</artifactId>
-            <version>4.2.0</version>
+            <version>4.3.0</version>
         </dependency>
         <dependency>
             <groupId>com.github.palindromicity</groupId>
diff --git a/pom.xml b/pom.xml
index 64bcb1e510f..07e159279fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.44.7</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.44.9</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
         <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 -->
 
@@ -183,7 +183,7 @@
 
         <!-- Security -->
         <nimbus-jose-jwt.version>10.9</nimbus-jose-jwt.version>
-        <nimbus-oauth2-oidc.version>11.37.1</nimbus-oauth2-oidc.version>
+        <nimbus-oauth2-oidc.version>11.37.2</nimbus-oauth2-oidc.version>
         <org.bouncycastle.version>1.84</org.bouncycastle.version>
 
         <!-- Utilities -->
@@ -205,7 +205,7 @@
         <swagger.annotations.version>2.2.50</swagger.annotations.version>
 
         <!-- Testing and quality -->
-        <junit.version>6.0.3</junit.version>
+        <junit.version>6.1.0</junit.version>
         <mockito.version>5.23.0</mockito.version>
         <pmd.version>7.24.0</pmd.version>
         <checkstyle.version>13.4.2</checkstyle.version>
@@ -843,7 +843,7 @@
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>
                     <artifactId>swagger-codegen-maven-plugin</artifactId>
-                    <version>3.0.80</version>
+                    <version>3.0.81</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to