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 2024/02/02 22:35:36 UTC

(nifi) 02/03: NIFI-12729 Upgraded unboundid-ldapsdk from 6.0.10 to 6.0.11

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 91582a06d0f921b263f07ddff024009a5eca4ff6
Author: mr1716 <ms...@rit.edu>
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 <ex...@apache.org>
    (cherry picked from commit f70db0d23577d48dad9dd1e67820fd7b8e3019fd)
---
 .../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 a763715305..ad428b2aec 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 d765f37b24..14493a658f 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.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 6b1b3e2ca5..0dd8eebe4e 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.10</version>
+            <version>6.0.11</version>
             <scope>test</scope>
         </dependency>
         <dependency>