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 2b2d571b82d24d9d6940865e1aa221aae0d6b3a6
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Apr 7 09:51:48 2023 -0500

    NIFI-11405 Upgraded multiple drivers and test dependencies
    
    This closes #7134
    
    Signed-off-by: David Handermann <[email protected]>
    
    (cherry picked from commit 4a0b38f4dd4b497fad3d071d99bfeae0fb15e3d8)
---
 minifi/pom.xml                                                    | 2 +-
 nifi-commons/nifi-metrics/pom.xml                                 | 2 +-
 .../nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml           | 2 +-
 .../nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml       | 2 +-
 nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml  | 2 +-
 .../nifi-framework/nifi-framework-core/pom.xml                    | 2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                    | 2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml             | 2 +-
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml           | 2 +-
 .../nifi-graph-bundle/nifi-other-graph-services/pom.xml           | 2 +-
 nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml     | 2 +-
 nifi-nar-bundles/nifi-grpc-bundle/pom.xml                         | 4 ++--
 .../nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml         | 2 +-
 nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml      | 2 +-
 .../nifi-ldap-iaa-providers/pom.xml                               | 8 +++++++-
 .../nifi-metrics-reporting-task/pom.xml                           | 2 +-
 nifi-nar-bundles/nifi-mongodb-bundle/pom.xml                      | 6 +++---
 nifi-nar-bundles/nifi-redis-bundle/pom.xml                        | 4 ++--
 .../nifi-rules-action-handler-service/pom.xml                     | 2 +-
 nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml | 2 +-
 nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml    | 4 ++--
 nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml    | 4 ++--
 nifi-nar-bundles/nifi-spark-bundle/pom.xml                        | 2 +-
 nifi-nar-bundles/nifi-splunk-bundle/pom.xml                       | 2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml         | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                     | 4 ++--
 .../nifi-record-serialization-services/pom.xml                    | 2 +-
 .../nifi-windows-event-log-processors/pom.xml                     | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml  | 6 ++++++
 nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml    | 2 +-
 nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml                  | 4 ++--
 pom.xml                                                           | 6 +++---
 32 files changed, 53 insertions(+), 41 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 7f87ea44d4..8fd115a96f 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -772,7 +772,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-broker</artifactId>
-                <version>5.15.6</version>
+                <version>5.15.15</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
diff --git a/nifi-commons/nifi-metrics/pom.xml 
b/nifi-commons/nifi-metrics/pom.xml
index 1d5ab86eca..9a8e726912 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-jvm</artifactId>
-            <version>4.1.33</version>
+            <version>4.1.36</version>
         </dependency>
         <dependency>
             <groupId>org.spockframework</groupId>
diff --git 
a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
index 8771e60b5c..a3d432c3eb 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-core</artifactId>
-            <version>2.8.2</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git 
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index 9b1090e881..12c1bff672 100644
--- 
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -41,7 +41,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.zendesk</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.27.5</version>
+            <version>0.27.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 5598ba9489..d819cc8e00 100644
--- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>com.icegreen</groupId>
             <artifactId>greenmail</artifactId>
-            <version>1.6.11</version>
+            <version>1.6.14</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 1030664c14..9f51012b4b 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -157,7 +157,7 @@
         <dependency>
             <groupId>org.questdb</groupId>
             <artifactId>questdb</artifactId>
-            <version>6.5.3-jdk8</version>
+            <version>6.5.5-jdk8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 6d26a40f52..28e792ad97 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -462,7 +462,7 @@
             <dependency>
                 <groupId>io.dropwizard.metrics</groupId>
                 <artifactId>metrics-core</artifactId>
-                <version>4.1.12.1</version>
+                <version>4.1.36</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.zookeeper</groupId>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 8299adb371..7975eea1b8 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-graph-test-clients</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <gremlin.version>3.4.4</gremlin.version>
+        <gremlin.version>3.4.13</gremlin.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git 
a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 39df32cd58..527de3e09f 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>4.4.9</neo4j.driver.version>
+        <neo4j.driver.version>4.4.11</neo4j.driver.version>
         <neo4j.docker.version>4.4</neo4j.docker.version>
     </properties>
 
diff --git 
a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index 55bd2654de..bb69a10c2a 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <gremlin.version>3.4.4</gremlin.version>
+        <gremlin.version>3.4.13</gremlin.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml 
b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
index f6ed4407fc..d237c4b1d3 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <maven.javadoc.skip>true</maven.javadoc.skip>
         <source.skip>true</source.skip>
-        <ant.version>1.10.12</ant.version>
+        <ant.version>1.10.13</ant.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml 
b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
index 482b5b19cf..225818142d 100644
--- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
@@ -33,8 +33,8 @@
     </modules>
 
     <properties>
-        <grpc.version>1.52.1</grpc.version>
-        <protoc.version>3.21.4</protoc.version>
+        <grpc.version>1.54.0</grpc.version>
+        <protoc.version>3.22.2</protoc.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml 
b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index c9c7271734..b49d74b92c 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>com.hazelcast</groupId>
             <artifactId>hazelcast</artifactId>
-            <version>4.2.6</version>
+            <version>4.2.7</version>
         </dependency>
 
         <!-- Test dependencies -->
diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml 
b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index 0fb922c880..2b2c04d6c6 100644
--- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -82,7 +82,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
-            <version>5.15.14</version>
+            <version>5.15.15</version>
             <scope>test</scope>
         </dependency>
         <dependency>
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 352ee3c73d..d5b35ad582 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
@@ -92,6 +92,12 @@
             <version>1.22.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.unboundid</groupId>
+            <artifactId>unboundid-ldapsdk</artifactId>
+            <version>6.0.8</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <name>nifi-ldap-iaa-providers</name>
-</project>
\ No newline at end of file
+</project>
diff --git 
a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml
 
b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml
index 76816c97b9..8215e02191 100644
--- 
a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml
+++ 
b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-graphite</artifactId>
-            <version>4.1.33</version>
+            <version>4.1.36</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml 
b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
index 998fc27549..909a5a6618 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
@@ -26,16 +26,16 @@
     <packaging>pom</packaging>
 
     <modules>
-           <module>nifi-mongodb-client-service-api</module>
+        <module>nifi-mongodb-client-service-api</module>
         <module>nifi-mongodb-client-service-api-nar</module>
         <module>nifi-mongodb-services</module>
         <module>nifi-mongodb-services-nar</module>
-           <module>nifi-mongodb-processors</module>
+        <module>nifi-mongodb-processors</module>
         <module>nifi-mongodb-nar</module>
     </modules>
 
     <properties>
-        <mongo.driver.version>4.8.0</mongo.driver.version>
+        <mongo.driver.version>4.8.2</mongo.driver.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml 
b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 08e0908e70..a5745081a2 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -26,8 +26,8 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.7.2</spring.data.redis.version>
-        <jedis.version>3.8.0</jedis.version>
+        <spring.data.redis.version>2.7.10</spring.data.redis.version>
+        <jedis.version>3.9.0</jedis.version>
     </properties>
 
     <modules>
diff --git 
a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
 
b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
index e5a3f7eaeb..0060e46c51 100644
--- 
a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
+++ 
b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.mvel</groupId>
             <artifactId>mvel2</artifactId>
-            <version>2.4.5.Final</version>
+            <version>2.4.15.Final</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
index e481d31c13..e1e7c116b7 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <maven.javadoc.skip>true</maven.javadoc.skip>
         <source.skip>true</source.skip>
-        <ant.version>1.10.12</ant.version>
+        <ant.version>1.10.13</ant.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml 
b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index 9d28df4a35..1c417df113 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -20,8 +20,8 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <snmp4j.version>2.8.15</snmp4j.version>
-        <snmp4j-agent.version>2.7.8</snmp4j-agent.version>
+        <snmp4j.version>2.8.18</snmp4j.version>
+        <snmp4j-agent.version>2.7.9</snmp4j-agent.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml 
b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
index 009667d45b..e82ebb7747 100755
--- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-solr-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <solr.version>8.11.1</solr.version>
+        <solr.version>8.11.2</solr.version>
     </properties>
     <dependencies>
         <dependency>
@@ -158,7 +158,7 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-matchers</artifactId>
-            <version>2.9.0</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml 
b/nifi-nar-bundles/nifi-spark-bundle/pom.xml
index d6846ccee2..c85100dee7 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/pom.xml
@@ -62,7 +62,7 @@
             <dependency>
                 <groupId>com.sun.jersey</groupId>
                 <artifactId>jersey-client</artifactId>
-                <version>1.19.1</version>
+                <version>1.19.4</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml 
b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
index 404244b7fd..cc6678aec2 100644
--- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
@@ -49,7 +49,7 @@
             <dependency>
                 <groupId>com.splunk</groupId>
                 <artifactId>splunk</artifactId>
-                <version>1.9.3</version>
+                <version>1.9.4</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 2af3673b47..d2519d0895 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -396,7 +396,7 @@
         <dependency>
             <groupId>net.lingala.zip4j</groupId>
             <artifactId>zip4j</artifactId>
-            <version>2.11.3</version>
+            <version>2.11.5</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 8f6fa7621c..608f7cf7b3 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -310,8 +310,8 @@
             <dependency>
                 <groupId>com.networknt</groupId>
                 <artifactId>json-schema-validator</artifactId>
-            <version>1.0.76</version>
-        </dependency>
+                <version>1.0.79</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 32d2e0f8a1..68c2b5e1d4 100755
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -103,7 +103,7 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-matchers</artifactId>
-            <version>2.9.0</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index d22aa05afd..fae95ca1d9 100644
--- 
a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -22,7 +22,7 @@ language governing permissions and limitations under the 
License. -->
 
     <properties>
         <jna.version>5.12.1</jna.version>
-        <javassist.version>3.29.1-GA</javassist.version>
+        <javassist.version>3.29.2-GA</javassist.version>
     </properties>
 
     <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 708d2b50e1..2d62cdbde8 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -442,6 +442,12 @@
             <version>2.0.0-M24</version>
             <scope>test</scope>
            </dependency>
+        <dependency>
+            <groupId>com.unboundid</groupId>
+            <artifactId>unboundid-ldapsdk</artifactId>
+            <version>6.0.8</version>
+            <scope>test</scope>
+           </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-property-protection-api</artifactId>
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 ffa086a163..38a0c792b7 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>3.2.1</version>
+            <version>6.0.8</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml 
b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
index 2f25f01504..af40989c4a 100644
--- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
@@ -134,13 +134,13 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-core</artifactId>
-            <version>2.9.0</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-matchers</artifactId>
-            <version>2.9.0</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 749e57b299..c662a7646e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,14 +136,14 @@
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.bom.version>2.39.1</jersey.bom.version>
         <log4j2.version>2.20.0</log4j2.version>
-        <logback.version>1.3.5</logback.version>
+        <logback.version>1.3.6</logback.version>
         <mockito.version>4.11.0</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.0</snakeyaml.version>
-        <netty.4.version>4.1.90.Final</netty.4.version>
+        <netty.4.version>4.1.91.Final</netty.4.version>
         <spring.version>5.3.26</spring.version>
         <spring.security.version>5.8.2</spring.security.version>
-        <swagger.annotations.version>1.6.6</swagger.annotations.version>
+        <swagger.annotations.version>1.6.10</swagger.annotations.version>
         <h2.version>2.1.214</h2.version>
         <zookeeper.version>3.8.1</zookeeper.version>
     </properties>

Reply via email to