This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f70db0d23577d48dad9dd1e67820fd7b8e3019fd Author: mr1716 <[email protected]> AuthorDate: Thu Feb 1 14:07:14 2024 -0500 NIFI-12729 Upgraded unboundid-ldapsdk from 6.0.10 to 6.0.11 This closes #8344 Signed-off-by: David Handermann <[email protected]> --- .../nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml | 2 +- nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml index e1a3bbb65b..abe589e1d1 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml @@ -94,7 +94,7 @@ <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> - <version>6.0.10</version> + <version>6.0.11</version> <scope>test</scope> </dependency> </dependencies> diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml index 035e7caa3f..d3ba5ee370 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml @@ -405,7 +405,7 @@ <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> - <version>6.0.10</version> + <version>6.0.11</version> <scope>test</scope> </dependency> <dependency> diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml index a63d0ff0a6..b288df9e6f 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml @@ -309,7 +309,7 @@ <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> - <version>6.0.10</version> + <version>6.0.11</version> <scope>test</scope> </dependency> <dependency>
