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 f9e7ba0141 NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
f9e7ba0141 is described below

commit f9e7ba0141689d9602392b1743781b1d51a85bde
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Apr 21 11:38:17 2023 -0500

    NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
    
    - Upgraded Spring Security from 5.8.2 to 5.8.3
    - Upgraded Spring Boot from 2.7.10 to 2.7.11 for Registry
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7190.
---
 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 e2f3165a51..2af396189e 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.10</spring.boot.version>
+        <spring.boot.version>2.7.11</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 298b227b0f..08af2cfb74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,8 +141,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <netty.4.version>4.1.91.Final</netty.4.version>
-        <spring.version>5.3.26</spring.version>
-        <spring.security.version>5.8.2</spring.security.version>
+        <spring.version>5.3.27</spring.version>
+        <spring.security.version>5.8.3</spring.security.version>
         <swagger.annotations.version>1.6.10</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.1</zookeeper.version>

Reply via email to