NIFI-8788 - Upgraded dependencies and removed unnecessary log4j test dependencies.

This closes #5222

Signed-off-by: David Handermann <exceptionfactory@apache.org>
diff --git a/minifi/pom.xml b/minifi/pom.xml
index 6275d74..5bf7af7 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -899,7 +899,7 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-client</artifactId>
-                <version>5.15.6</version>
+                <version>5.15.15</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 5e17772..b295a54 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -344,7 +344,7 @@
             <dependency>
                 <groupId>net.minidev</groupId>
                 <artifactId>json-smart</artifactId>
-                <version>2.3</version>
+                <version>2.3.1</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
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 4855d79..d76d12c 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
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-client</artifactId>
-            <version>5.15.14</version>
+            <version>5.15.15</version>
             <exclusions>
                 <!-- -->
                 <exclusion>
@@ -71,12 +71,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.17</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-mock</artifactId>
             <version>1.15.0-SNAPSHOT</version>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index a856021..58617e4 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -248,7 +248,7 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-client</artifactId>
-                <version>5.15.14</version>
+                <version>5.15.15</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
index 54ae152..622653b 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
@@ -28,12 +28,6 @@
             <version>1.15.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.17</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-mock</artifactId>
             <version>1.15.0-SNAPSHOT</version>
diff --git a/pom.xml b/pom.xml
index cbbe75a..ce28857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <inceptionYear>2014</inceptionYear>
         <okhttp.version>4.9.1</okhttp.version>
         <org.bouncycastle.version>1.69</org.bouncycastle.version>
-        <org.slf4j.version>1.7.30</org.slf4j.version>
+        <org.slf4j.version>1.7.31</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.42.v20210604</jetty.version>
         <jackson.version>2.12.3</jackson.version>