This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new 5fcde011a build(deps): bump org.apache.hbase:hbase-client (#8875)
5fcde011a is described below
commit 5fcde011ab2b0bd3bd6b83752e69b617c594a56c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:39:11 2026 +0200
build(deps): bump org.apache.hbase:hbase-client (#8875)
Bumps org.apache.hbase:hbase-client from 2.6.5-hadoop3 to 2.6.6-hadoop3.
---
updated-dependencies:
- dependency-name: org.apache.hbase:hbase-client
dependency-version: 2.6.6-hadoop3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f8c89f389..731d55ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<hikari.version>7.0.2</hikari.version>
<hadoop.version>3.5.0</hadoop.version>
<hdfs.version>${hadoop.version}</hdfs.version>
- <hbase.version>2.6.5-hadoop3</hbase.version>
+ <hbase.version>2.6.6-hadoop3</hbase.version>
<kryo.version>5.6.2</kryo.version>
<objensis.version>3.5</objensis.version>
<jakarta.servlet.version>6.1.0</jakarta.servlet.version>