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


The following commit(s) were added to refs/heads/main by this push:
     new e281d13499 NIFI-12085 Upgraded Spring Security from 5.8.6 to 5.8.7
e281d13499 is described below

commit e281d134997a9314b88b5f16e93b8021f4e5f279
Author: mr1716 <[email protected]>
AuthorDate: Tue Sep 19 08:42:27 2023 -0400

    NIFI-12085 Upgraded Spring Security from 5.8.6 to 5.8.7
    
    This closes #7756
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a12c56456..861127a20a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
         <snakeyaml.version>2.2</snakeyaml.version>
         <netty.4.version>4.1.97.Final</netty.4.version>
         <spring.version>5.3.29</spring.version>
-        <spring.security.version>5.8.6</spring.security.version>
+        <spring.security.version>5.8.7</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.2.222</h2.version>
         <zookeeper.version>3.9.0</zookeeper.version>

Reply via email to