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/11/30 04:47:34 UTC

(nifi) branch support/nifi-1.x updated (ff0cfaed82 -> 325f599b21)

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from ff0cfaed82 NIFI-12438 Upgraded Logback from 1.3.11 to 1.3.13
     new 42dcea166e NIFI-12430 Upgraded unboundid-ldapsdk from 6.0.9 to 6.0.10
     new 972fc17c76 NIFI-12431 Upgraded testcontainers from 1.19.1 to 1.19.3
     new 325f599b21 NIFI-12433 Upgraded mariadb-java-client from 3.2.0 to 3.3.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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-test/pom.xml             | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml          | 2 +-
 pom.xml                                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


(nifi) 01/03: NIFI-12430 Upgraded unboundid-ldapsdk from 6.0.9 to 6.0.10

Posted by ex...@apache.org.
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 <ms...@rit.edu>
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 <ex...@apache.org>
    (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>


(nifi) 02/03: NIFI-12431 Upgraded testcontainers from 1.19.1 to 1.19.3

Posted by ex...@apache.org.
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 972fc17c76ffcc39cd04222440723174250e11d9
Author: mr1716 <ms...@rit.edu>
AuthorDate: Wed Nov 29 11:04:03 2023 -0500

    NIFI-12431 Upgraded testcontainers from 1.19.1 to 1.19.3
    
    This closes #8081
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit a36adfd6cf03985a6a3651ca91d2d1ef42229648)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a54c3f972..c59d40e8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.77</org.bouncycastle.version>
-        <testcontainers.version>1.19.1</testcontainers.version>
+        <testcontainers.version>1.19.3</testcontainers.version>
         <org.slf4j.version>2.0.9</org.slf4j.version>
         <ranger.version>2.4.0</ranger.version>
         <jetty.version>9.4.53.v20231009</jetty.version>


(nifi) 03/03: NIFI-12433 Upgraded mariadb-java-client from 3.2.0 to 3.3.0

Posted by ex...@apache.org.
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 325f599b21bb9fb27597750167b37875a4364937
Author: mr1716 <ms...@rit.edu>
AuthorDate: Wed Nov 29 11:20:53 2023 -0500

    NIFI-12433 Upgraded mariadb-java-client from 3.2.0 to 3.3.0
    
    This closes #8082
    
    Signed-off-by: David Handermann <ex...@apache.org>
    (cherry picked from commit fcfb777587d0e030a7c08a7669e86b119d0b7ff4)
---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 91caa19de8..133577bdab 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
-            <version>3.2.0</version>
+            <version>3.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>