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/04/04 18:29:20 UTC

[nifi] 25/31: NIFI-9852 Upgraded Spring Framework from 5.3.16 to 5.3.18

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

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

commit 17c386df0c5e8146ddce8816b05adfb28189e201
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Mar 31 11:48:00 2022 -0500

    NIFI-9852 Upgraded Spring Framework from 5.3.16 to 5.3.18
    
    - Upgraded Spring Boot from 2.6.4 to 2.6.6
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #5921.
---
 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 f581b7b848..06f8c70e32 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -37,7 +37,7 @@
     </modules>
     <properties>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <spring.boot.version>2.6.4</spring.boot.version>
+        <spring.boot.version>2.6.6</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 56b3aa2d83..c0d414ff87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.74.Final</netty.4.version>
-        <spring.version>5.3.16</spring.version>
+        <spring.version>5.3.18</spring.version>
         <spring.security.version>5.6.2</spring.security.version>
         <h2.version>2.1.210</h2.version>
     </properties>