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 d59759285e NIFI-11829 Upgraded Spring Framework from 5.3.28 to 5.3.29
d59759285e is described below

commit d59759285e24c49ad04381c500dacd60d930c5d7
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jul 18 15:36:54 2023 -0500

    NIFI-11829 Upgraded Spring Framework from 5.3.28 to 5.3.29
    
    - Upgraded Spring Security from 5.8.4 to 5.8.5
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7498.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index edd78c681b..6429ab8369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,8 +144,8 @@
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <netty.4.version>4.1.94.Final</netty.4.version>
-        <spring.version>5.3.28</spring.version>
-        <spring.security.version>5.8.4</spring.security.version>
+        <spring.version>5.3.29</spring.version>
+        <spring.security.version>5.8.5</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
         <h2.version>2.2.220</h2.version>
         <zookeeper.version>3.8.1</zookeeper.version>

Reply via email to