This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 8be9b016771fbefaac60533f00dbe7dab63ca41e 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]> --- .../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 2369045744..9dc5f83702 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>
