This is an automated email from the ASF dual-hosted git repository.
abhishek 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 6c87b1637bb Revert "Downgrade the version of Apache Curator from 5.5.0
to 5.3.0 to avoid a bug in the new version (#16425)" (#16688)
6c87b1637bb is described below
commit 6c87b1637bbaa57ad8fd44e5f57a4b764d53faf6
Author: Kashif Faraz <[email protected]>
AuthorDate: Tue Jul 2 22:48:50 2024 -0700
Revert "Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to
avoid a bug in the new version (#16425)" (#16688)
This reverts commit cb7c2c1e375da239a4740f02ecd898b66bf6e1c3.
---
extensions-contrib/ddsketch/pom.xml | 1 +
integration-tests-ex/cases/pom.xml | 1 +
licenses.yaml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/extensions-contrib/ddsketch/pom.xml
b/extensions-contrib/ddsketch/pom.xml
index f292947c177..7318e953ff7 100644
--- a/extensions-contrib/ddsketch/pom.xml
+++ b/extensions-contrib/ddsketch/pom.xml
@@ -128,6 +128,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-client</artifactId>
+ <version>5.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/integration-tests-ex/cases/pom.xml
b/integration-tests-ex/cases/pom.xml
index 5e38ac407f8..40461dd8ef1 100644
--- a/integration-tests-ex/cases/pom.xml
+++ b/integration-tests-ex/cases/pom.xml
@@ -302,6 +302,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-client</artifactId>
+ <version>5.5.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
diff --git a/licenses.yaml b/licenses.yaml
index 700dc891553..abfc8924898 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1655,7 +1655,7 @@ name: Apache Curator
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 5.3.0
+version: 5.5.0
libraries:
- org.apache.curator: curator-client
- org.apache.curator: curator-framework
diff --git a/pom.xml b/pom.xml
index 0ab73396857..3490fbd0ee7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<java.version>8</java.version>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<aether.version>0.9.0.M2</aether.version>
- <apache.curator.version>5.3.0</apache.curator.version>
+ <apache.curator.version>5.5.0</apache.curator.version>
<apache.kafka.version>3.6.1</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]