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/25 14:37:12 UTC

[nifi] branch main updated: NIFI-9954 This closes #5993. Upgraded Spring Framework from 5.3.18 to 5.3.19

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ae1590aef NIFI-9954 This closes #5993. Upgraded Spring Framework from 5.3.18 to 5.3.19
6ae1590aef is described below

commit 6ae1590aef4a2104595458b7fba31601eac12b29
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Sat Apr 23 12:43:37 2022 -0500

    NIFI-9954 This closes #5993. Upgraded Spring Framework from 5.3.18 to 5.3.19
    
    - Upgraded Spring Security from 5.6.2 to 5.6.3
    - Upgraded Log4j 2 from 2.17.1 to 2.17.2
    - Upgraded Spring Boot from 2.6.6 to 2.6.7 for NiFi Registry
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 nifi-registry/pom.xml | 2 +-
 pom.xml               | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 9f87df32b8..51ba81d8b9 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.6.6</spring.boot.version>
+        <spring.boot.version>2.6.7</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 5c5638d818..f59017a27f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,8 +128,8 @@
         <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.18</spring.version>
-        <spring.security.version>5.6.2</spring.security.version>
+        <spring.version>5.3.19</spring.version>
+        <spring.security.version>5.6.3</spring.security.version>
         <h2.version>2.1.210</h2.version>
     </properties>
 
@@ -531,7 +531,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.17.1</version>
+                <version>2.17.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>