This is an automated email from the ASF dual-hosted git repository.
pvillard 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 441cc07dd4 NIFI-11829 Upgraded Spring Framework from 5.3.28 to 5.3.29
441cc07dd4 is described below
commit 441cc07dd442392323836ed0681814d9549717f8
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 49f44f4268..73dde88f18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,8 +143,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>