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 93091789f70 NIFI-16279 Bump Protobuf to 4.36.1, gRPC to 1.84.0, MySQL 
Binlog Connector to 0.41.3, and others (#11611)
93091789f70 is described below

commit 93091789f708a7c3fadd5e4f739efd95802f2568
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Sep 2 19:10:36 2026 +0200

    NIFI-16279 Bump Protobuf to 4.36.1, gRPC to 1.84.0, MySQL Binlog Connector 
to 0.41.3, and others (#11611)
    
    - Protobuf from 4.36.0 to 4.36.1 - 
https://github.com/protocolbuffers/protobuf/releases/tag/v36.1
    - Debezium MySQL Binlog Connector from 0.41.2 to 0.41.3 - 
https://github.com/debezium/mysql-binlog-connector-java/releases/tag/v0.41.3
    - gRPC from 1.83.1 to 1.84.0 - https://github.com/grpc/grpc
    - Checker from 4.2.2 to 4.2.3 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-4.2.3
    - JLine from 4.4.0 to 4.4.1 - 
https://github.com/jline/jline3/releases/tag/4.4.1
    - AWS SDK from 2.54.7 to 2.54.10 - 
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.54.10
    
    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-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml  | 2 +-
 nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml              | 2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml               | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml                  | 4 ++--
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml      | 2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                                 | 2 +-
 pom.xml                                                               | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 1be8e671e66..6ffca187097 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.36.0</version>
+                <version>4.36.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml 
b/nifi-commons/nifi-calcite-utils/pom.xml
index 6266a3c43b3..0da7acd3900 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.36.0</version>
+            <version>4.36.1</version>
         </dependency>
     </dependencies>
 
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 8d6dd05a5c3..10f00eb2cd3 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.7.1-jre</guava.version>
-        <protobuf.version>4.36.0</protobuf.version>
+        <protobuf.version>4.36.1</protobuf.version>
     </properties>
 
     <modules>
diff --git 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index e69e8c4096b..40f37052d36 100644
--- 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -32,7 +32,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>io.debezium</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.41.2</version>
+            <version>0.41.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 579d77b0da3..1d753c97aec 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.36.0</version>
+                <version>4.36.1</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 eaaf3697cdb..87c16c6d35f 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.36.0</protobuf.version>
+        <protobuf.version>4.36.1</protobuf.version>
         <wire.version>6.4.7</wire.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 5d676967f0d..bbccb507850 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -22,8 +22,8 @@
 
     <properties>
         <guava.version>33.7.1-jre</guava.version>
-        <protobuf.version>4.36.0</protobuf.version>
-        <grpc.version>1.83.1</grpc.version>
+        <protobuf.version>4.36.1</protobuf.version>
+        <grpc.version>1.84.0</grpc.version>
         <snowflake-jdbc-thin.version>4.3.3</snowflake-jdbc-thin.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 682bbfa4861..9276008f957 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -121,7 +121,7 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>4.2.2</version>
+                <version>4.2.3</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 53c1e4efed6..d3232f5517f 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.4.0</jline.version>
+        <jline.version>4.4.1</jline.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 2d56bf001da..07ac9a35845 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <nifi.nar.maven.plugin.version>2.4.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.54.7</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.54.10</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.2</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.8</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 

Reply via email to