This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 36956a7091 NIFI-12085 Upgraded Spring Security from 5.8.6 to 5.8.7
36956a7091 is described below
commit 36956a709141f20786e38a0482516a6351e254c0
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]>
(cherry picked from commit e281d134997a9314b88b5f16e93b8021f4e5f279)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 16fbe41cb3..794edaa1c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,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>