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/11/01 00:28:20 UTC

[nifi] branch main updated: NIFI-10740 Upgraded Spring Security from 5.7.4 to 5.7.5

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 1ab024b3c8 NIFI-10740 Upgraded Spring Security from 5.7.4 to 5.7.5
1ab024b3c8 is described below

commit 1ab024b3c833573a620c713a3354c5699e8fe668
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Oct 31 15:38:03 2022 -0500

    NIFI-10740 Upgraded Spring Security from 5.7.4 to 5.7.5
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #6607.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66916adeb4..ee41533caa 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.4</spring.security.version>
+        <spring.security.version>5.7.5</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>