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 f329629be8 NIFI-11730 Upgraded UnboundID LDAP SDK from 6.0.8 to 6.0.9
f329629be8 is described below
commit f329629be878e96ad54aef48b9e2ecef47b862c4
Author: mr1716 <[email protected]>
AuthorDate: Tue Jun 20 08:12:35 2023 -0400
NIFI-11730 Upgraded UnboundID LDAP SDK from 6.0.8 to 6.0.9
This closes #7412
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 05322fa8ce8148d48126430919d55f1f46f68233)
---
.../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 8c178e3ef2..272fb5539b 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
@@ -89,7 +89,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>6.0.8</version>
+ <version>6.0.9</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 c37c829ea2..a42dcfbb6f 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -444,7 +444,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>6.0.8</version>
+ <version>6.0.9</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 ee339bd2a3..f22ab1abe8 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
@@ -440,7 +440,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>6.0.8</version>
+ <version>6.0.9</version>
<scope>test</scope>
</dependency>
<dependency>