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

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

commit 21b57e36e809fe80cc9db442fb7db46e301e0687
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Jul 22 20:10:38 2022 -0500

    NIFI-10268 This closes #6239. Upgraded Spring Framework from 5.3.21 to 
5.3.22
    
    - Upgraded Spring Boot from 2.7.1 to 2.7.2 for Registry
    
    Signed-off-by: Joe 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 da9eeab651..7bd4fcab9f 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.1</spring.boot.version>
+        <spring.boot.version>2.7.2</spring.boot.version>
         <flyway.version>8.4.2</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 5fb3c1d6d8..af5d0d5ee5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.79.Final</netty.4.version>
-        <spring.version>5.3.21</spring.version>
+        <spring.version>5.3.22</spring.version>
         <spring.security.version>5.7.2</spring.security.version>
         <h2.version>2.1.210</h2.version>
         <zookeeper.version>3.8.0</zookeeper.version>

Reply via email to