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 fc6677153f NIFI-12259 Upgraded Apache Santuario from 2.3.3 to 2.3.4
fc6677153f is described below
commit fc6677153f535f136de8e28b472b4ede108456fe
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Oct 20 12:02:10 2023 -0500
NIFI-12259 Upgraded Apache Santuario from 2.3.3 to 2.3.4
Signed-off-by: Pierre Villard <[email protected]>
This closes #7916.
---
nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 944230e264..ff64604466 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -445,7 +445,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>