This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a073fd33d7 [Fix-17625][Dolphinscheduler on K8S]Fix can't reconnect 
zookeeper when PodIP change (#17270)
a073fd33d7 is described below

commit a073fd33d76d6a35536df1256d8f1088ae208215
Author: Asakiny <[email protected]>
AuthorDate: Tue Jun 24 14:44:39 2025 +0800

    [Fix-17625][Dolphinscheduler on K8S]Fix can't reconnect zookeeper when 
PodIP change (#17270)
---
 dolphinscheduler-bom/pom.xml               | 2 +-
 dolphinscheduler-dist/release-docs/LICENSE | 8 ++++----
 tools/dependencies/known-dependencies.txt  | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dolphinscheduler-bom/pom.xml b/dolphinscheduler-bom/pom.xml
index 779376285e..8f9e2744ed 100644
--- a/dolphinscheduler-bom/pom.xml
+++ b/dolphinscheduler-bom/pom.xml
@@ -965,7 +965,7 @@
             </activation>
             <properties>
                 <zookeeper.version>3.8.0</zookeeper.version>
-                <curator.version>5.3.0</curator.version>
+                <curator.version>5.5.0</curator.version>
             </properties>
         </profile>
         <profile>
diff --git a/dolphinscheduler-dist/release-docs/LICENSE 
b/dolphinscheduler-dist/release-docs/LICENSE
index 8d91e096a7..7189f698c6 100644
--- a/dolphinscheduler-dist/release-docs/LICENSE
+++ b/dolphinscheduler-dist/release-docs/LICENSE
@@ -243,10 +243,10 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
     commons-text 1.4: https://github.com/apache/commons-text, Apache 2.0
     cron-utils 9.1.6: 
https://mvnrepository.com/artifact/com.cronutils/cron-utils/9.1.6, Apache 2.0
     commons-lang3 3.12.0: 
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0, 
Apache 2.0
-    curator-client 5.3.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.3.0, 
Apache 2.0
-    curator-framework 5.3.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.3.0, 
Apache 2.0
-    curator-recipes 5.3.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.3.0, 
Apache 2.0
-    curator-test 5.3.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-test/5.3.0, 
Apache 2.0
+    curator-client 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.5.0, 
Apache 2.0
+    curator-framework 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.5.0, 
Apache 2.0
+    curator-recipes 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.5.0, 
Apache 2.0
+    curator-test 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-test/5.5.0, 
Apache 2.0
     druid 1.2.20: https://mvnrepository.com/artifact/com.alibaba/druid/1.2.20, 
Apache 2.0
     metrics-core 4.2.11: 
https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-core, Apache 
2.0
     error_prone_annotations 2.1.3 
https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations/2.1.3,
 Apache 2.0
diff --git a/tools/dependencies/known-dependencies.txt 
b/tools/dependencies/known-dependencies.txt
index ee686bd3e1..82414f68fa 100644
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -49,9 +49,9 @@ commons-math3-3.1.1.jar
 commons-net-3.6.jar
 commons-text-1.4.jar
 cron-utils-9.1.6.jar
-curator-client-5.3.0.jar
-curator-framework-5.3.0.jar
-curator-recipes-5.3.0.jar
+curator-client-5.5.0.jar
+curator-framework-5.5.0.jar
+curator-recipes-5.5.0.jar
 datasync-2.17.282.jar
 dnsjava-2.1.7.jar
 druid-1.2.20.jar

Reply via email to