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

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 771d289779 NIFI-11320 Upgraded Spring Framework from 5.3.24 to 5.3.26
771d289779 is described below

commit 771d2897799e39880113cb1617626de613af5a87
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Mar 21 12:36:00 2023 -0500

    NIFI-11320 Upgraded Spring Framework from 5.3.24 to 5.3.26
    
    - Upgraded Spring Security from 5.8.0 to 5.8.2
    - Upgraded Spring Boot from 2.7.6 to 2.7.9 for NiFi Registry
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7067.
---
 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 e5ee2b5185..776a9a0792 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <spring.boot.version>2.7.6</spring.boot.version>
+        <spring.boot.version>2.7.9</spring.boot.version>
         <flyway.version>8.5.13</flyway.version>
         <flyway.tests.version>7.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 7b19861e6f..bc32f51e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,8 +143,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>1.33</snakeyaml.version>
         <netty.4.version>4.1.90.Final</netty.4.version>
-        <spring.version>5.3.24</spring.version>
-        <spring.security.version>5.8.0</spring.security.version>
+        <spring.version>5.3.26</spring.version>
+        <spring.security.version>5.8.2</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.1</zookeeper.version>

Reply via email to