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

mattyb149 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 07e797a7c1 NIFI-11752 Upgraded Spring Framework from 5.3.27 to 5.3.28
07e797a7c1 is described below

commit 07e797a7c16ad7b61f19d89b53a347ad74e4c075
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jun 26 12:11:24 2023 -0500

    NIFI-11752 Upgraded Spring Framework from 5.3.27 to 5.3.28
    
    - Upgraded Spring Security from 5.8.3 to 5.8.4
    - Upgraded Spring Boot from 2.7.12 to 2.7.13 for Registry
    
    Signed-off-by: Matt Burgess <mattyb...@apache.org>
    
    This closes #7435
---
 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 2b1fc5746e..8a01527055 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.12</spring.boot.version>
+        <spring.boot.version>2.7.13</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 9b9f2f68b1..ad66d5f2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,8 +142,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <netty.4.version>4.1.94.Final</netty.4.version>
-        <spring.version>5.3.27</spring.version>
-        <spring.security.version>5.8.3</spring.security.version>
+        <spring.version>5.3.28</spring.version>
+        <spring.security.version>5.8.4</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.1</zookeeper.version>

Reply via email to