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
The following commit(s) were added to refs/heads/main by this push:
new af0f340 NIFI-8788 - Upgraded dependencies and removed unnecessary
log4j test dependencies.
af0f340 is described below
commit af0f3403a5374a428db854ec8273c30bf6ec6451
Author: Nathan Gough <[email protected]>
AuthorDate: Thu Jul 15 17:15:36 2021 -0400
NIFI-8788 - Upgraded dependencies and removed unnecessary log4j test
dependencies.
This closes #5222
Signed-off-by: David Handermann <[email protected]>
---
minifi/pom.xml | 2 +-
nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +-
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml | 8 +-------
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-websocket-bundle/nifi-websocket-services-api/pom.xml | 6 ------
pom.xml | 2 +-
6 files changed, 5 insertions(+), 17 deletions(-)
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 @@ limitations under the License.
<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>