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

commit 4a0b38f4dd4b497fad3d071d99bfeae0fb15e3d8
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Apr 7 17:51:48 2023 +0300

    NIFI-11405 Upgraded multiple drivers and test dependencies
    
    This closes #7134
    
    Signed-off-by: David Handermann <[email protected]>
---
 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-nar-bundles/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-bundle/nifi-ldap-iaa-providers/pom.xml  | 4 ++--
 .../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    | 2 +-
 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, 43 insertions(+), 43 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 0c7c46c8fe..e9c986f91b 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -762,7 +762,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 dc1337fdf7..af9e7232a6 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 0db1e54a1b..5b018cbf72 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 c97d74b481..9dddc26a0c 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 1e9a54d454..9174fb8f50 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
@@ -128,7 +128,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 50b500150d..5e6daf64c9 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
@@ -177,7 +177,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 2c1a08165d..fc13a76514 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 a1efb02649..5d8a3392fd 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 de13a1c88b..2c4a64d6cb 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 8d5bf8931a..883bf18035 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 2d3e758c11..788195e6ee 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 7de79ce1ed..8bb11e3ea9 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 550d6b777d..62a36e65f8 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 ebfe0f6dbc..b522cf4b8c 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 9b40a352d3..68335580fb 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
@@ -100,9 +100,9 @@
         <dependency>
             <groupId>com.unboundid</groupId>
             <artifactId>unboundid-ldapsdk</artifactId>
-            <version>6.0.7</version>
+            <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 b3950691f2..c9fc8a689c 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 c6bbaedea2..83f08fc343 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 5c825f2f20..cec26ad954 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 093a36ae7e..007c6d202a 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 01807de369..8fb1b39500 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 7e1e3540d3..94a6906663 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 4c9846f924..c37c19b5f5 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 d4fbaca79e..aee357f373 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 5088a20eeb..50f7042a33 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 d77a08e91f..186dada2c0 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
@@ -378,7 +378,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 6bfdf09d71..542dda560a 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -299,8 +299,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 3a7125e5f6..0288650c58 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 7892790a51..2d74afc6e1 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 57b0faa857..74a59e4b41 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -440,7 +440,7 @@
         <dependency>
             <groupId>com.unboundid</groupId>
             <artifactId>unboundid-ldapsdk</artifactId>
-            <version>6.0.7</version>
+            <version>6.0.8</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 33ba58ac77..663a9b507f 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.7</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 9df8c69ea3..228c73d5cf 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 42cc93f53d..b6fbdf6d45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,14 +136,14 @@
         <aspectj.version>1.9.19</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