This is an automated email from the ASF dual-hosted git repository.
joewitt 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 33af9766b1 NIFI-11143 This closes #6926. Upgraded Spark Streaming from
3.3.0 to 3.3.1
33af9766b1 is described below
commit 33af9766b1a26ab22be796ece550d4fd9eb6920e
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Feb 6 09:42:49 2023 -0600
NIFI-11143 This closes #6926. Upgraded Spark Streaming from 3.3.0 to 3.3.1
Signed-off-by: Joe Witt <[email protected]>
---
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 794ff756e2..3ea5efe3b9 100644
--- a/nifi-external/nifi-spark-receiver/pom.xml
+++ b/nifi-external/nifi-spark-receiver/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.13</artifactId>
<scope>provided</scope>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>