This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch 30.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/30.0.0 by this push:
new f3d207c321f Downgrade the version of Apache Curator from 5.5.0 to
5.3.0 to avoid a bug in the new version (#16425) (#16430)
f3d207c321f is described below
commit f3d207c321f558337913ad6b1abb41b87905190b
Author: Adarsh Sanjeev <[email protected]>
AuthorDate: Fri May 10 21:22:02 2024 +0530
Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to avoid a bug
in the new version (#16425) (#16430)
Co-authored-by: Benedict Jin <[email protected]>
---
extensions-contrib/ddsketch/pom.xml | 1 -
integration-tests-ex/cases/pom.xml | 1 -
licenses.yaml | 2 +-
pom.xml | 2 +-
4 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/extensions-contrib/ddsketch/pom.xml
b/extensions-contrib/ddsketch/pom.xml
index 53160090ed2..aeb61b30387 100644
--- a/extensions-contrib/ddsketch/pom.xml
+++ b/extensions-contrib/ddsketch/pom.xml
@@ -128,7 +128,6 @@
<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 eb4822c425d..7d1eb98c7d9 100644
--- a/integration-tests-ex/cases/pom.xml
+++ b/integration-tests-ex/cases/pom.xml
@@ -297,7 +297,6 @@
<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 ff0c0aaaa1f..76679869196 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.5.0
+version: 5.3.0
libraries:
- org.apache.curator: curator-client
- org.apache.curator: curator-framework
diff --git a/pom.xml b/pom.xml
index cfca79dc6ed..9a1ba2644d4 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.5.0</apache.curator.version>
+ <apache.curator.version>5.3.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]