This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 931479993503b9d408d3623f27e2f4644236a8a7 Author: exceptionfactory <[email protected]> AuthorDate: Tue May 17 12:18:53 2022 -0500 NIFI-10015 Upgraded Hadoop from 3.3.0 to 3.3.2 Signed-off-by: Pierre Villard <[email protected]> This closes #6051. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6eaeea037b..26318b1566 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ <surefire.version>3.0.0-M5</surefire.version> <!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs that depend on it, other NARs that need a specific version should override this property, or use a more specific property like abc.hadoop.version --> - <hadoop.version>3.3.0</hadoop.version> + <hadoop.version>3.3.2</hadoop.version> <ozone.version>1.2.1</ozone.version> <gcs.version>2.1.5</gcs.version> <aspectj.version>1.9.6</aspectj.version>
