This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 27a2b421f2067f8302a2031c0400c92f02809270
Author: mr1716 <msr1...@rit.edu>
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 <mthom...@apache.org>
---
 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 ce84120c6b..c60d39e60b 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>

Reply via email to