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/10/28 01:49:07 UTC

[nifi] branch main updated: NIFI-10706 Upgrade spring Security to 5.7.4

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 5e1e7e163e NIFI-10706 Upgrade spring Security to 5.7.4
5e1e7e163e is described below

commit 5e1e7e163e553e71c559d49fb92e8e157b47738f
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Thu Oct 27 13:03:53 2022 -0400

    NIFI-10706 Upgrade spring Security to 5.7.4
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #6591.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21c5c3b865..78186af639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <snakeyaml.version>1.33</snakeyaml.version>
         <netty.4.version>4.1.84.Final</netty.4.version>
         <spring.version>5.3.23</spring.version>
-        <spring.security.version>5.7.3</spring.security.version>
+        <spring.security.version>5.7.4</spring.security.version>
         <swagger.annotations.version>1.6.6</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.0</zookeeper.version>