This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.11.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 42b453ca81ea22f93e27a12e61f20137fdbbc514 Author: Kotaro Terada <[email protected]> AuthorDate: Fri Mar 13 12:53:26 2020 +0900 NIFI-7251: Upgrade hadoop-client version to 3.2.1 to avoid the regression bug Signed-off-by: Pierre Villard <[email protected]> This closes #4141. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0c2486..89cdb0a 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <surefire.version>2.22.0</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.2.0</hadoop.version> + <hadoop.version>3.2.1</hadoop.version> </properties> <repositories>
