This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git
The following commit(s) were added to refs/heads/main by this push:
new ea41b8d [AMORO-3150] Bump up curator to 5.7.0 (#9)
ea41b8d is described below
commit ea41b8d672422a5795a1b862ee6b34259d69aefe
Author: rfyu <[email protected]>
AuthorDate: Tue Sep 3 15:45:54 2024 +0800
[AMORO-3150] Bump up curator to 5.7.0 (#9)
---
amoro-shade-zookeeper-3/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amoro-shade-zookeeper-3/pom.xml b/amoro-shade-zookeeper-3/pom.xml
index aa77116..e020632 100644
--- a/amoro-shade-zookeeper-3/pom.xml
+++ b/amoro-shade-zookeeper-3/pom.xml
@@ -31,7 +31,7 @@ under the License.
<properties>
<zookeeper.version>3.9.1</zookeeper.version>
- <curator.version>5.6.0</curator.version>
+ <curator.version>5.7.0</curator.version>
</properties>
<dependencies>