This is an automated email from the ASF dual-hosted git repository.

bbende 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 5440c6d405 NIFI-13685 Upgraded Spring from 6.1.11 to 6.1.12 (#9203)
5440c6d405 is described below

commit 5440c6d405643b627c48870acda1298961d4b1b2
Author: David Handermann <[email protected]>
AuthorDate: Tue Aug 27 14:56:55 2024 -0500

    NIFI-13685 Upgraded Spring from 6.1.11 to 6.1.12 (#9203)
    
    - Upgraded Spring Security from 6.3.1 to 6.3.3
    - Upgraded Spring Boot from 3.3.2 to 3.3.3 for NiFi Registry
---
 nifi-registry/pom.xml | 2 +-
 pom.xml               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 1d4a709c8b..fad8b707bb 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,7 +35,7 @@
         <module>nifi-registry-docker-maven</module>
     </modules>
     <properties>
-        <spring.boot.version>3.3.2</spring.boot.version>
+        <spring.boot.version>3.3.3</spring.boot.version>
         <flyway.version>10.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 7e1e33b0cc..8688de5411 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,8 +154,8 @@
         <snakeyaml.version>2.2</snakeyaml.version>
         <netty.4.version>4.1.112.Final</netty.4.version>
         <servlet-api.version>6.0.0</servlet-api.version>
-        <spring.version>6.1.11</spring.version>
-        <spring.security.version>6.3.1</spring.security.version>
+        <spring.version>6.1.12</spring.version>
+        <spring.security.version>6.3.3</spring.security.version>
         <swagger.annotations.version>2.2.22</swagger.annotations.version>
         <h2.version>2.3.230</h2.version>
         <zookeeper.version>3.9.2</zookeeper.version>

Reply via email to