This is an automated email from the ASF dual-hosted git repository.
adarshsanjeev 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 fabf58faa05 Revert "Downgrade the version of Apache Curator from 5.5.0
to 5.3.0 to avoid a bug in the new version (#16425) (#16430)" (#16445)
fabf58faa05 is described below
commit fabf58faa0591dd54250decba4e23f9562bed2bf
Author: Adarsh Sanjeev <[email protected]>
AuthorDate: Tue May 14 15:51:06 2024 +0530
Revert "Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to
avoid a bug in the new version (#16425) (#16430)" (#16445)
This reverts commit f3d207c321f558337913ad6b1abb41b87905190b.
---
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 aeb61b30387..53160090ed2 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 7d1eb98c7d9..eb4822c425d 100644
--- a/integration-tests-ex/cases/pom.xml
+++ b/integration-tests-ex/cases/pom.xml
@@ -297,6 +297,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 76679869196..ff0c0aaaa1f 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 9a1ba2644d4..cfca79dc6ed 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]