This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 5fe31f5321c HBASE-28410 Upgrade curator to 5.7.1 (#6584) (#6705)
5fe31f5321c is described below
commit 5fe31f5321c0dbc95a90598106fd4c6d20d8db8d
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 5cddcba7f52..3e5ce09a209 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,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>