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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 99b49b631b68b36df12c1ff10a5b4e5fb4728613
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Mar 20 18:48:47 2024 -0500

    NIFI-12927 Upgraded Spring Security from 6.2.2 to 6.2.3
    
    This closes #8539
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2381f94a48..c91980d907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <netty.4.version>4.1.106.Final</netty.4.version>
         <servlet-api.version>6.0.0</servlet-api.version>
         <spring.version>6.0.18</spring.version>
-        <spring.security.version>6.2.2</spring.security.version>
+        <spring.security.version>6.2.3</spring.security.version>
         <swagger.annotations.version>2.2.20</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
         <zookeeper.version>3.9.2</zookeeper.version>

Reply via email to