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 2f002bd657 NIFI-15240 Bump Spring to 6.2.14, GCP SDK BOM to 26.72.0, 
AWS SDK BOM to 2.39.0, and others (#10550)
2f002bd657 is described below

commit 2f002bd65715ddb2f806089d6fe64cd361d090ea
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Nov 20 17:56:18 2025 +0100

    NIFI-15240 Bump Spring to 6.2.14, GCP SDK BOM to 26.72.0, AWS SDK BOM to 
2.39.0, and others (#10550)
    
    - xz from 1.10 to 1.11 - 
https://github.com/tukaani-project/xz-java/releases/tag/v1.11
    - Google Drive API from v3-rev20251019-2.0.0 to v3-rev20251114-2.0.0 - 
https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-drive/v3/2.0.0/README.md
    - GCP SDK BOM from 26.71.0 to 26.72.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.72.0
    - gRPC for Snowflake from 1.76.0 to 1.77.0 - https://github.com/grpc/grpc
    - Snowflake Ingest SDK from 4.3.1-unshaded to 4.4.0-unshaded - 
https://github.com/snowflakedb/snowflake-ingest-java/releases/tag/v4.4.0
    - AWS SDK BOM from 2.38.9 to 2.39.0 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Spring from 6.2.13 to 6.2.14 - 
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.14
    - Spring Boot from 3.5.7 to 3.5.8 - 
https://github.com/spring-projects/spring-boot/releases/tag/v3.5.8
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-compress-bundle/nifi-compress-processors/pom.xml             | 2 +-
 nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml    | 2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml                        | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml                  | 4 ++--
 nifi-extension-bundles/nifi-standard-bundle/pom.xml                   | 2 +-
 .../nifi-record-serialization-services/pom.xml                        | 2 +-
 nifi-registry/pom.xml                                                 | 2 +-
 pom.xml                                                               | 4 ++--
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 8dfb1c40af..adb34b9cd1 100644
--- 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -47,7 +47,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.10</version>
+            <version>1.11</version>
         </dependency>
         <dependency>
             <groupId>org.xerial.snappy</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index cef709fc39..ba6409ef0d 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20251019-2.0.0</version>
+            <version>v3-rev20251114-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index d671758415..baae72fba2 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.71.0</google.libraries.version>
+        <google.libraries.version>26.72.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 654253dbbc..5b6b3316d7 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -24,9 +24,9 @@
         <parquet.version>1.16.0</parquet.version>
         <guava.version>33.5.0-jre</guava.version>
         <protobuf.version>4.33.1</protobuf.version>
-        <grpc.version>1.76.0</grpc.version>
+        <grpc.version>1.77.0</grpc.version>
         <!-- Check Ingest SDK and JDBC compatibility when upgrading -->
-        
<snowflake-ingest-sdk.version>4.3.1-unshaded</snowflake-ingest-sdk.version>
+        
<snowflake-ingest-sdk.version>4.4.0-unshaded</snowflake-ingest-sdk.version>
         <snowflake-jdbc-thin.version>3.27.1</snowflake-jdbc-thin.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index f31be96a10..0c16e1ca6d 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -101,7 +101,7 @@
             <dependency>
                 <groupId>org.tukaani</groupId>
                 <artifactId>xz</artifactId>
-                <version>1.10</version>
+                <version>1.11</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.saxon</groupId>
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 c080bc9393..3ddd73730f 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
@@ -169,7 +169,7 @@
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.10</version>
+            <version>1.11</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index b30932f032..42e814b494 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
         <jersey.bom.version>3.1.11</jersey.bom.version>
-        <spring.boot.version>3.5.7</spring.boot.version>
+        <spring.boot.version>3.5.8</spring.boot.version>
         <flyway.version>11.17.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 61297f8ed8..b0c2686093 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.38.9</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.39.0</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.2</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -197,7 +197,7 @@
         <jetty.version>12.1.4</jetty.version>
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>6.5.7</spring.security.version>
-        <spring.version>6.2.13</spring.version>
+        <spring.version>6.2.14</spring.version>
         <swagger.annotations.version>2.2.40</swagger.annotations.version>
 
         <!-- Testing and quality -->

Reply via email to