This is an automated email from the ASF dual-hosted git repository.
pvillard31 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 a14c3a87cc3 NIFI-16299 Upgraded OpenSAML from 5.1.6 to 5.2.3 (#11629)
a14c3a87cc3 is described below
commit a14c3a87cc3f72b8ca6ba841b823736791a24267
Author: David Handermann <[email protected]>
AuthorDate: Fri Sep 4 11:38:23 2026 -0500
NIFI-16299 Upgraded OpenSAML from 5.1.6 to 5.2.3 (#11629)
---
nifi-framework-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 00e56d4407a..2828a960fc4 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -25,7 +25,7 @@
<description>NiFi: Framework Bundle</description>
<properties>
<guava.version>33.7.1-jre</guava.version>
- <org.opensaml.version>5.1.6</org.opensaml.version>
+ <org.opensaml.version>5.2.3</org.opensaml.version>
</properties>
<modules>
<module>nifi-framework</module>