From e7cfb420fd646c23b9e431c181ead3c5bc454c0c Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Mon, 6 Feb 2023 09:42:49 -0600 Subject: [PATCH] NIFI-11143 Upgraded Spark Streaming from 3.3.0 to 3.3.1 --- nifi-external/nifi-spark-receiver/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-external/nifi-spark-receiver/pom.xml b/nifi-external/nifi-spark-receiver/pom.xml index 794ff756e28d..3ea5efe3b90a 100644 --- a/nifi-external/nifi-spark-receiver/pom.xml +++ b/nifi-external/nifi-spark-receiver/pom.xml @@ -27,7 +27,7 @@ org.apache.spark spark-streaming_2.13 provided - 3.3.0 + 3.3.1 commons-logging