You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/06/20 22:12:29 UTC

[nifi] branch main updated: NIFI-11730 Upgraded UnboundID LDAP SDK from 6.0.8 to 6.0.9

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


The following commit(s) were added to refs/heads/main by this push:
     new 05322fa8ce NIFI-11730 Upgraded UnboundID LDAP SDK from 6.0.8 to 6.0.9
05322fa8ce is described below

commit 05322fa8ce8148d48126430919d55f1f46f68233
Author: mr1716 <ms...@rit.edu>
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 <ex...@apache.org>
---
 .../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 8feb1da3a9..828ae92683 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.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 6fcb42ec3c..4104438753 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -439,7 +439,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 ab01a776ed..3adc9e21a9 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
@@ -392,7 +392,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>