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

nsabonyi pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 630dfad03c NIFI-11997 Update spring.security.version to 5.8.6
630dfad03c is described below

commit 630dfad03cc124585e0319a476f9ca980bd5b6cd
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Aug 25 07:33:45 2023 -0400

    NIFI-11997 Update spring.security.version to 5.8.6
    
    Backported
    This closes #7647
    
    Signed-off-by: Nandor Soma Abonyi <nsabo...@apache.org>
    (cherry picked from commit 5ec2bfeadd8654ec11dfdaeaca7f26145416433b)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff068d1810..9bfdcc9bfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
         <snakeyaml.version>2.1</snakeyaml.version>
         <netty.4.version>4.1.96.Final</netty.4.version>
         <spring.version>5.3.29</spring.version>
-        <spring.security.version>5.8.5</spring.security.version>
+        <spring.security.version>5.8.6</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.2.220</h2.version>
         <zookeeper.version>3.8.2</zookeeper.version>

Reply via email to