This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 0b902745be1 HBASE-28410 Upgrade curator to 5.7.1 (#6584) (#6705)
0b902745be1 is described below
commit 0b902745be19d9444934dd6483b2235cb3d9a388
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Feb 19 12:37:26 2025 +0100
HBASE-28410 Upgrade curator to 5.7.1 (#6584) (#6705)
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Istvan Toth <[email protected]>
Co-authored-by: Dávid Paksy <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6ed4913b7fe..83f0a639030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,7 +620,7 @@
<skyscreamer.version>1.5.1</skyscreamer.version>
<kerby.version>1.0.1</kerby.version>
<commons-crypto.version>1.1.0</commons-crypto.version>
- <curator.version>4.2.0</curator.version>
+ <curator.version>5.7.1</curator.version>
<!-- Plugin Dependencies -->
<build.helper.maven.version>3.0.0</build.helper.maven.version>
<buildnumber.maven.version>1.4</buildnumber.maven.version>