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 0463abfeaa NIFI-13293 Upgraded Spring Security from 6.2.4 to 6.3.0 
This closes #8873.
0463abfeaa is described below

commit 0463abfeaa6d20369d1cfa6c564148e70b4286ca
Author: exceptionfactory <[email protected]>
AuthorDate: Fri May 24 12:31:15 2024 -0500

    NIFI-13293 Upgraded Spring Security from 6.2.4 to 6.3.0
    This closes #8873.
    
    Signed-off-by: Joseph Witt <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9821e9918c..f9681eff59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <netty.4.version>4.1.109.Final</netty.4.version>
         <servlet-api.version>6.0.0</servlet-api.version>
         <spring.version>6.1.7</spring.version>
-        <spring.security.version>6.2.4</spring.security.version>
+        <spring.security.version>6.3.0</spring.security.version>
         <swagger.annotations.version>2.2.22</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
         <zookeeper.version>3.9.2</zookeeper.version>

Reply via email to