You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/12/01 18:17:06 UTC

[nifi] 02/05: NIFI-10917 Upgraded Spring Framework from 5.3.23 to 5.3.24

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

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

commit 053f6bf01d6f92f5dc9eb2bc904e7b84ac17819f
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed Nov 30 16:39:08 2022 -0600

    NIFI-10917 Upgraded Spring Framework from 5.3.23 to 5.3.24
    
    - Upgraded Spring Security from 5.7.5 to 5.8.0
    - Upgraded Spring Boot from 2.7.4 to 2.7.6 for Registry
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6737.
---
 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 2781a77ffc..e6544b09f1 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.4</spring.boot.version>
+        <spring.boot.version>2.7.6</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 147cc4c5d9..a6b7270031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,8 +142,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>1.33</snakeyaml.version>
         <netty.4.version>4.1.85.Final</netty.4.version>
-        <spring.version>5.3.23</spring.version>
-        <spring.security.version>5.7.5</spring.security.version>
+        <spring.version>5.3.24</spring.version>
+        <spring.security.version>5.8.0</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.0</zookeeper.version>