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

joewitt 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 e7215bf5c1 NIFI-12110 This closes #7775. Upgraded Spring Framework 
from 5.3.29 to 5.3.30
e7215bf5c1 is described below

commit e7215bf5c12fd9b87af40b15b5b2e9327dc5cdaa
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Sep 21 16:11:15 2023 -0500

    NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 
5.3.30
    
    - Upgraded Spring Boot from 2.7.15 to 2.7.16 for Registry
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-registry/pom.xml | 2 +-
 pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 49db50ef04..21f2e0648b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <jax.rs.api.version>2.1.1</jax.rs.api.version>
-        <spring.boot.version>2.7.15</spring.boot.version>
+        <spring.boot.version>2.7.16</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 4a12becce1..a5d282e28f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.2</snakeyaml.version>
         <netty.4.version>4.1.97.Final</netty.4.version>
-        <spring.version>5.3.29</spring.version>
+        <spring.version>5.3.30</spring.version>
         <spring.security.version>5.8.7</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>

Reply via email to