NIFI-11605 Update spark-streaming_2.13 to to 3.3.2

This closes #7306

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
mr1716 2023-05-26 10:02:40 -04:00 committed by Mike Thomsen
parent bfa4b178ee
commit f6b0bd30df
1 changed files with 1 additions and 1 deletions

View File

@ -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>