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 5d82a84a72 NIFI-15585 Bump Spring to 7.0.4, Logback to 1.5.29, Box SDK 
to 5.4.0, and others (#10889)
5d82a84a72 is described below

commit 5d82a84a72f5520e0a06f0886288db430052f1e8
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Feb 12 22:28:45 2026 +0100

    NIFI-15585 Bump Spring to 7.0.4, Logback to 1.5.29, Box SDK to 5.4.0, and 
others (#10889)
    
    - Reactor Netty from 1.3.2 to 1.3.3 - 
https://github.com/reactor/reactor-netty/releases/tag/v1.3.3
    - Reactor Core from 3.8.2 to 3.8.3 - 
https://github.com/reactor/reactor-core/releases/tag/v3.8.3
    - Box Java SDK from 5.3.0 to 5.4.0 - 
https://github.com/box/box-java-sdk/releases/tag/v5.4.0
    - Data Faker from 2.5.3 to 2.5.4 - https://www.datafaker.net/releases/2.5.4/
    - Zip4J from 2.11.5 to 2.11.6 - https://github.com/srikanth-lingala/zip4j
    - PostgreSQL from 42.7.9 to 42.7.10 - 
https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md#42710-2026-02-11
    - FlywayDB from 12.0.0 to 12.0.1 - https://github.com/flyway/flyway
    - AWS SDK BOM from 2.41.24 to 2.41.27 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - AWS S3 Encryption Client from 4.0.0 to 4.0.1 - 
https://github.com/aws/amazon-s3-encryption-client-java/releases/tag/v4.0.1
    - Logback from 1.5.28 to 1.5.29 - 
https://github.com/qos-ch/logback/releases/tag/v_1.5.28
    - Spring Framework from 7.0.3 to 7.0.4 - 
https://github.com/spring-projects/spring-framework/releases/tag/v7.0.4
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-code-coverage/pom.xml                                        | 2 +-
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml               | 4 ++--
 nifi-extension-bundles/nifi-azure-bundle/pom.xml                  | 2 +-
 nifi-extension-bundles/nifi-box-bundle/pom.xml                    | 2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml         | 6 +++---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml       | 2 +-
 nifi-registry/pom.xml                                             | 2 +-
 pom.xml                                                           | 8 ++++----
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index ded04cdbf7..6563a88a5d 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -72,7 +72,7 @@
             <dependency>
                 <groupId>io.projectreactor.netty</groupId>
                 <artifactId>reactor-netty-http</artifactId>
-                <version>1.3.2</version>
+                <version>1.3.3</version>
                 <exclusions>
                     <!--
                         Reactor Netty 1.3 includes HTTP/3 support requiring 
native QUIC libraries.
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 8f94973b95..65ce6221f2 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.2</version>
+            <version>3.8.3</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
@@ -203,7 +203,7 @@
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-test</artifactId>
-            <version>3.8.2</version>
+            <version>3.8.3</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 0fcf06187a..8719f2aff7 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -78,7 +78,7 @@
             <dependency>
                 <groupId>io.projectreactor.netty</groupId>
                 <artifactId>reactor-netty-http</artifactId>
-                <version>1.3.2</version>
+                <version>1.3.3</version>
                 <exclusions>
                     <!--
                         Reactor Netty 1.3 includes HTTP/3 support requiring 
native QUIC libraries.
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml 
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index ca756e04b0..d28fa99d67 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>com.box</groupId>
                 <artifactId>box-java-sdk</artifactId>
-                <version>5.3.0</version>
+                <version>5.4.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 5981a64173..f7735f9d8e 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -407,7 +407,7 @@
         <dependency>
             <groupId>net.datafaker</groupId>
             <artifactId>datafaker</artifactId>
-            <version>2.5.3</version>
+            <version>2.5.4</version>
             <exclusions>
                 <!-- Exclude snakeyaml with android qualifier -->
                 <exclusion>
@@ -455,7 +455,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.11.5</version>
+            <version>2.11.6</version>
         </dependency>
         <dependency>
             <groupId>org.mockftpserver</groupId>
@@ -565,7 +565,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.9</version>
+            <version>42.7.10</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 8944f6d76d..51afc5d157 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.9</version>
+            <version>42.7.10</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index dcc3bc9d72..c9114a372f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>4.0.2</spring.boot.version>
-        <flyway.version>12.0.0</flyway.version>
+        <flyway.version>12.0.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 14dfb1005e..0d160fc6f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,8 +120,8 @@
         <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        
<software.amazon.awssdk.version>2.41.24</software.amazon.awssdk.version>
-        
<software.amazon.encryption.s3.version>4.0.0</software.amazon.encryption.s3.version>
+        
<software.amazon.awssdk.version>2.41.27</software.amazon.awssdk.version>
+        
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.4</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
         <!-- Apache Commons -->
@@ -164,7 +164,7 @@
 
         <!-- Logging and observability -->
         <log4j2.version>2.25.3</log4j2.version>
-        <logback.version>1.5.28</logback.version>
+        <logback.version>1.5.29</logback.version>
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <prometheus.version>0.16.0</prometheus.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
@@ -197,7 +197,7 @@
         <jetty.version>12.1.6</jetty.version>
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>7.0.2</spring.security.version>
-        <spring.version>7.0.3</spring.version>
+        <spring.version>7.0.4</spring.version>
         <swagger.annotations.version>2.2.42</swagger.annotations.version>
 
         <!-- Testing and quality -->

Reply via email to