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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e116ebcc62 Update to Curator 5.8.0. (#17857)
5e116ebcc62 is described below

commit 5e116ebcc62e847e9e3799d6fb70b5ed5e43955e
Author: Gian Merlino <[email protected]>
AuthorDate: Thu Apr 3 09:19:43 2025 -0700

    Update to Curator 5.8.0. (#17857)
    
    * Update to Curator 5.8.0.
    
    Follow-up to #16617. Among other things, this version of Curator fixes
    bugs related to leader election: 
https://issues.apache.org/jira/browse/CURATOR-696
    and https://issues.apache.org/jira/browse/CURATOR-724.
    
    Hopefully fixes #17781.
    
    * Update licenses.yaml.
    
    * Additional variables.
---
 extensions-contrib/ddsketch/pom.xml | 2 +-
 integration-tests-ex/cases/pom.xml  | 2 +-
 licenses.yaml                       | 2 +-
 pom.xml                             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extensions-contrib/ddsketch/pom.xml 
b/extensions-contrib/ddsketch/pom.xml
index b2e7e59148a..4cfe73eefbe 100644
--- a/extensions-contrib/ddsketch/pom.xml
+++ b/extensions-contrib/ddsketch/pom.xml
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-client</artifactId>
-      <version>5.5.0</version>
+      <version>${apache.curator.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/integration-tests-ex/cases/pom.xml 
b/integration-tests-ex/cases/pom.xml
index 1a565d5fb85..b6e2e916ea2 100644
--- a/integration-tests-ex/cases/pom.xml
+++ b/integration-tests-ex/cases/pom.xml
@@ -298,7 +298,7 @@
         <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-client</artifactId>
-            <version>5.5.0</version>
+            <version>${apache.curator.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.cloud</groupId>
diff --git a/licenses.yaml b/licenses.yaml
index 340768191c5..5e543a7153a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1692,7 +1692,7 @@ name: Apache Curator
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 5.5.0
+version: 5.8.0
 libraries:
   - org.apache.curator: curator-client
   - org.apache.curator: curator-framework
diff --git a/pom.xml b/pom.xml
index 998d383a064..2d4d499147f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <maven.compiler.release>${java.version}</maven.compiler.release>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
         <aether.version>0.9.0.M2</aether.version>
-        <apache.curator.version>5.5.0</apache.curator.version>
+        <apache.curator.version>5.8.0</apache.curator.version>
         <apache.kafka.version>3.9.0</apache.kafka.version>
         <!-- when updating apache ranger, verify the usage of aws-bundle-sdk 
vs aws-logs-sdk
         and update as needed in extensions-core/druid-ranger-security/pm.xml  
-->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to