This is an automated email from the ASF dual-hosted git repository.
mthomsen 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 f6b0bd30df NIFI-11605 Update spark-streaming_2.13 to to 3.3.2
f6b0bd30df is described below
commit f6b0bd30dfd063716c529b41128a6fe152f29a89
Author: mr1716 <[email protected]>
AuthorDate: Fri May 26 10:02:40 2023 -0400
NIFI-11605 Update spark-streaming_2.13 to to 3.3.2
This closes #7306
Signed-off-by: Mike Thomsen <[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 1e384c2365..3917a109c8 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.1</version>
+ <version>3.3.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>