This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 00b868870ad36ac38dd0bc1473f912f82a0c1ae0 Author: mr1716 <[email protected]> AuthorDate: Mon Jun 19 07:56:05 2023 -0400 NIFI-11720 Upgraded HBase from 2.5.3 to 2.5.5 This closes #7402 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 8be9b016771fbefaac60533f00dbe7dab63ca41e) --- .../nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml index 2d238f552d..aaf49cb68f 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml @@ -25,7 +25,7 @@ <packaging>pom</packaging> <properties> - <hbase.version>2.5.3-hadoop3</hbase.version> + <hbase.version>2.5.5-hadoop3</hbase.version> </properties> <modules>
