You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/08/29 09:12:17 UTC

[nifi] branch main updated: NIFI-10398 Upgraded Spring Security from 5.7.2 to 5.7.3

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

pvillard 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 9c2a778fe4 NIFI-10398 Upgraded Spring Security from 5.7.2 to 5.7.3
9c2a778fe4 is described below

commit 9c2a778fe4040f04f9d8da9d85f59b4a6759143e
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Aug 26 10:53:34 2022 -0500

    NIFI-10398 Upgraded Spring Security from 5.7.2 to 5.7.3
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6338.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b560c7fc7c..88c8a7a599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.79.Final</netty.4.version>
         <spring.version>5.3.22</spring.version>
-        <spring.security.version>5.7.2</spring.security.version>
+        <spring.security.version>5.7.3</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>