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 97c4f42112 NIFI-15456 Bump Snowflake Ingest SDK to 4.4.1-unshaded, 
Protobuf to 4.33.3, icu4j to 78.2, and others (#10759)
97c4f42112 is described below

commit 97c4f421127bd47e00eb4ae9de6d093632fa586e
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jan 12 15:59:13 2026 +0100

    NIFI-15456 Bump Snowflake Ingest SDK to 4.4.1-unshaded, Protobuf to 4.33.3, 
icu4j to 78.2, and others (#10759)
    
    - Protobuf from 4.33.2 to 4.33.3 - 
https://github.com/protocolbuffers/protobuf/releases/tag/v33.3
    - Camel Salesforce from 4.16.0 to 4.17.0 - 
https://github.com/apache/camel/releases/tag/camel-4.17.0
    - Snowflake Ingest SDK from 4.4.0-unshaded to 4.4.1-unshaded - 
https://docs.snowflake.com/en/release-notes/clients-drivers/ingest-java-sdk
    - Error Prone Annotations from 2.45.0 to 2.46.0 - 
https://github.com/google/error-prone/releases/tag/v2.46.0
    - QuestDB from 9.2.3 to 9.3.0 - 
https://github.com/questdb/questdb/releases/tag/9.3.0
    - icu4j from 78.1 to 78.2 - 
https://github.com/unicode-org/icu/releases/tag/release-78.2
    - FlywayDB from 11.20.0 to 11.20.1 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.20.1
    - AWS SDK BOM from 2.41.3 to 2.41.5 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Nimbus Jose JWT from 10.6 to 10.7 - 
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
    - Nimbus OAuth2 OIDC from 11.31 to 11.31.1 - 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-aws-bundle/pom.xml                      | 2 +-
 nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml            | 2 +-
 .../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml       | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml                | 4 ++--
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml    | 2 +-
 .../nifi-questdb-bundle/nifi-questdb/pom.xml                        | 2 +-
 nifi-framework-bundle/pom.xml                                       | 2 +-
 nifi-registry/pom.xml                                               | 2 +-
 pom.xml                                                             | 6 +++---
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 9bb14445af..0f7ab4cbaf 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.2</protobuf.version>
+        <protobuf.version>4.33.3</protobuf.version>
     </properties>
 
     <modules>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index e1a9b9bbc4..e4d60790d0 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.2</version>
+                <version>4.33.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 4f101b1624..e48d092d53 100644
--- 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-salesforce</artifactId>
-            <version>4.16.0</version>
+            <version>4.17.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index b50bd57c99..21c5634e15 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -23,10 +23,10 @@
     <properties>
         <parquet.version>1.16.0</parquet.version>
         <guava.version>33.5.0-jre</guava.version>
-        <protobuf.version>4.33.2</protobuf.version>
+        <protobuf.version>4.33.3</protobuf.version>
         <grpc.version>1.78.0</grpc.version>
         <!-- Check Ingest SDK and JDBC compatibility when upgrading -->
-        
<snowflake-ingest-sdk.version>4.4.0-unshaded</snowflake-ingest-sdk.version>
+        
<snowflake-ingest-sdk.version>4.4.1-unshaded</snowflake-ingest-sdk.version>
         <snowflake-jdbc-thin.version>3.28.0</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 0fcc126b60..72ddcec406 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
@@ -127,7 +127,7 @@
             <dependency>
                 <groupId>com.google.errorprone</groupId>
                 <artifactId>error_prone_annotations</artifactId>
-                <version>2.45.0</version>
+                <version>2.46.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OkHttp -->
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 7c715e712b..02c33cc89f 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.2.3</version>
+            <version>9.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 92932594f8..78611c3823 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.1</version>
+                <version>78.2</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index c55f444667..d36d8e1907 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>4.0.1</spring.boot.version>
-        <flyway.version>11.20.0</flyway.version>
+        <flyway.version>11.20.1</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.5.0.202512021534-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 420cbb1beb..510687ea5b 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.3</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.41.5</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 -->
 
@@ -178,8 +178,8 @@
         <org.apache.sshd.version>2.16.0</org.apache.sshd.version>
 
         <!-- Security -->
-        <nimbus-jose-jwt.version>10.6</nimbus-jose-jwt.version>
-        <nimbus-oauth2-oidc.version>11.31</nimbus-oauth2-oidc.version>
+        <nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>
+        <nimbus-oauth2-oidc.version>11.31.1</nimbus-oauth2-oidc.version>
         <org.bouncycastle.version>1.83</org.bouncycastle.version>
 
         <!-- Utilities -->

Reply via email to