You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/03/31 22:24:59 UTC

[nifi] branch main updated: 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.

thenatog 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 7fde2bb  NIFI-9852 Upgraded Spring Framework from 5.3.16 to 5.3.18
7fde2bb is described below

commit 7fde2bbfd1afdd6037765340eca9fc675542323e
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 e6fc25e..c36fe06 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 c734f1d..51360cc 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>