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
commit 42dcea166e648cfd2988a42a437c29fd827b8f9f Author: mr1716 <[email protected]> AuthorDate: Wed Nov 29 10:59:40 2023 -0500 NIFI-12430 Upgraded unboundid-ldapsdk from 6.0.9 to 6.0.10 This closes #8080 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 6255a98b22a6d24ec79f0a4c4e91d8fdc6913907) --- .../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 8fc84a9eca..3d3874295a 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.9</version> + <version>6.0.10</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 fad04de3d3..393658d1de 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml @@ -429,7 +429,7 @@ <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> - <version>6.0.9</version> + <version>6.0.10</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 fadf7d630a..c21598f72f 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 @@ -441,7 +441,7 @@ <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> - <version>6.0.9</version> + <version>6.0.10</version> <scope>test</scope> </dependency> <dependency>
