This is an automated email from the ASF dual-hosted git repository.
FrankChen021 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 c9df6b6b5ed build(deps): bump com.netflix.astyanax:astyanax from 1.0.1
to 3.10.2 (#19995)
c9df6b6b5ed is described below
commit c9df6b6b5ed97940c4da6befa11e124e4ef69468
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 12:47:00 2026 +0800
build(deps): bump com.netflix.astyanax:astyanax from 1.0.1 to 3.10.2
(#19995)
* build(deps): bump com.netflix.astyanax:astyanax from 1.0.1 to 3.10.2
Bumps [com.netflix.astyanax:astyanax](https://github.com/Netflix/astyanax)
from 1.0.1 to 3.10.2.
- [Release notes](https://github.com/Netflix/astyanax/releases)
- [Commits](https://github.com/Netflix/astyanax/commits/v3.10.2)
---
updated-dependencies:
- dependency-name: com.netflix.astyanax:astyanax
dependency-version: 3.10.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: declare Astyanax modules
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
extensions-contrib/cassandra-storage/pom.xml | 82 +++++++++++++++++++++++++++-
1 file changed, 80 insertions(+), 2 deletions(-)
diff --git a/extensions-contrib/cassandra-storage/pom.xml
b/extensions-contrib/cassandra-storage/pom.xml
index d32866062a2..930edf61368 100644
--- a/extensions-contrib/cassandra-storage/pom.xml
+++ b/extensions-contrib/cassandra-storage/pom.xml
@@ -47,8 +47,8 @@
~ vulenerabilites with CVSS scores greater than 7 (e.g.,
libthrift 0.9.1).
-->
<groupId>com.netflix.astyanax</groupId>
- <artifactId>astyanax</artifactId>
- <version>1.0.1</version>
+ <artifactId>astyanax-core</artifactId>
+ <version>3.10.2</version>
<exclusions>
<exclusion>
<groupId>jline</groupId>
@@ -131,6 +131,84 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.netflix.astyanax</groupId>
+ <artifactId>astyanax-cassandra</artifactId>
+ <version>3.10.2</version>
+ <exclusions>
+
<exclusion><groupId>jline</groupId><artifactId>jline</artifactId></exclusion>
+
<exclusion><groupId>joda-time</groupId><artifactId>joda-time</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty-util</artifactId></exclusion>
+
<exclusion><groupId>com.ning</groupId><artifactId>compress-lzf</artifactId></exclusion>
+
<exclusion><groupId>commons-lang</groupId><artifactId>commons-lang</artifactId></exclusion>
+
<exclusion><groupId>commons-cli</groupId><artifactId>commons-cli</artifactId></exclusion>
+
<exclusion><groupId>log4j</groupId><artifactId>log4j</artifactId></exclusion>
+
<exclusion><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId></exclusion>
+
<exclusion><groupId>commons-logging</groupId><artifactId>commons-logging</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpcore</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-core-asl</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-mapper-asl</artifactId></exclusion>
+
<exclusion><groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion>
+
<exclusion><groupId>org.yaml</groupId><artifactId>snakeyaml</artifactId></exclusion>
+
<exclusion><groupId>com.github.stephenc.high-scale-lib</groupId><artifactId>high-scale-lib</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty</artifactId></exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.netflix.astyanax</groupId>
+ <artifactId>astyanax-thrift</artifactId>
+ <version>3.10.2</version>
+ <exclusions>
+
<exclusion><groupId>jline</groupId><artifactId>jline</artifactId></exclusion>
+
<exclusion><groupId>joda-time</groupId><artifactId>joda-time</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty-util</artifactId></exclusion>
+
<exclusion><groupId>com.ning</groupId><artifactId>compress-lzf</artifactId></exclusion>
+
<exclusion><groupId>commons-lang</groupId><artifactId>commons-lang</artifactId></exclusion>
+
<exclusion><groupId>commons-cli</groupId><artifactId>commons-cli</artifactId></exclusion>
+
<exclusion><groupId>log4j</groupId><artifactId>log4j</artifactId></exclusion>
+
<exclusion><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId></exclusion>
+
<exclusion><groupId>commons-logging</groupId><artifactId>commons-logging</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpcore</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-core-asl</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-mapper-asl</artifactId></exclusion>
+
<exclusion><groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion>
+
<exclusion><groupId>org.yaml</groupId><artifactId>snakeyaml</artifactId></exclusion>
+
<exclusion><groupId>com.github.stephenc.high-scale-lib</groupId><artifactId>high-scale-lib</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty</artifactId></exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.netflix.astyanax</groupId>
+ <artifactId>astyanax-recipes</artifactId>
+ <version>3.10.2</version>
+ <exclusions>
+
<exclusion><groupId>jline</groupId><artifactId>jline</artifactId></exclusion>
+
<exclusion><groupId>joda-time</groupId><artifactId>joda-time</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty-util</artifactId></exclusion>
+
<exclusion><groupId>com.ning</groupId><artifactId>compress-lzf</artifactId></exclusion>
+
<exclusion><groupId>commons-lang</groupId><artifactId>commons-lang</artifactId></exclusion>
+
<exclusion><groupId>commons-cli</groupId><artifactId>commons-cli</artifactId></exclusion>
+
<exclusion><groupId>log4j</groupId><artifactId>log4j</artifactId></exclusion>
+
<exclusion><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId></exclusion>
+
<exclusion><groupId>commons-logging</groupId><artifactId>commons-logging</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId></exclusion>
+
<exclusion><groupId>org.apache.httpcomponents</groupId><artifactId>httpcore</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-core-asl</artifactId></exclusion>
+
<exclusion><groupId>org.codehaus.jackson</groupId><artifactId>jackson-mapper-asl</artifactId></exclusion>
+
<exclusion><groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></exclusion>
+
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></exclusion>
+
<exclusion><groupId>org.yaml</groupId><artifactId>snakeyaml</artifactId></exclusion>
+
<exclusion><groupId>com.github.stephenc.high-scale-lib</groupId><artifactId>high-scale-lib</artifactId></exclusion>
+
<exclusion><groupId>org.mortbay.jetty</groupId><artifactId>jetty</artifactId></exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]