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 a763768162f build(deps): bump
software.amazon.kinesis:amazon-kinesis-client from 2.6.0 to 3.5.1 (#20013)
a763768162f is described below
commit a763768162f18418faaa435026c4f84acc29404e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 16 13:05:39 2026 +0800
build(deps): bump software.amazon.kinesis:amazon-kinesis-client from 2.6.0
to 3.5.1 (#20013)
* build(deps): bump software.amazon.kinesis:amazon-kinesis-client
Bumps
[software.amazon.kinesis:amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client)
from 2.6.0 to 3.5.1.
- [Release notes](https://github.com/awslabs/amazon-kinesis-client/releases)
-
[Changelog](https://github.com/awslabs/amazon-kinesis-client/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/awslabs/amazon-kinesis-client/compare/v2.6.0...v3.5.1)
---
updated-dependencies:
- dependency-name: software.amazon.kinesis:amazon-kinesis-client
dependency-version: 3.5.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: update Kinesis client dependency metadata
---------
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-core/kinesis-indexing-service/pom.xml | 16 ++++++++++++++--
licenses.yaml | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/extensions-core/kinesis-indexing-service/pom.xml
b/extensions-core/kinesis-indexing-service/pom.xml
index ee2f158bcf3..8c7c102956a 100644
--- a/extensions-core/kinesis-indexing-service/pom.xml
+++ b/extensions-core/kinesis-indexing-service/pom.xml
@@ -126,11 +126,11 @@
<version>${aws.sdk.v2.version}</version>
<scope>provided</scope>
</dependency>
- <!-- KCL v2 for deaggregation support -->
+ <!-- KCL for deaggregation support -->
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
- <version>2.6.0</version>
+ <version>3.5.1</version>
<exclusions>
<!-- Exclude transitive dependencies we don't need for
deaggregation -->
<exclusion>
@@ -141,6 +141,18 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>dynamodb</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>software.amazon.awssdk</groupId>
+ <artifactId>dynamodb-enhanced</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>dynamodb-lock-client</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.opentelemetry</groupId>
+ <artifactId>opentelemetry-api</artifactId>
+ </exclusion>
<exclusion>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
diff --git a/licenses.yaml b/licenses.yaml
index 9a0ee48e369..84b1a6f14a1 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3214,7 +3214,7 @@ notice: |
name: Kinesis Client
license_category: binary
-version: 2.6.0
+version: 3.5.1
module: extensions/druid-kinesis-indexing-service
license_name: Apache License version 2.0
libraries:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]