This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 119b57473e85 Remove Dependabot exclusion for
software.amazon.kinesis:amazon-kinesis-client (#19458)
119b57473e85 is described below
commit 119b57473e8571a2908178cbfc1d2262f8365dc9
Author: James Netherton <[email protected]>
AuthorDate: Tue Oct 7 09:19:20 2025 +0100
Remove Dependabot exclusion for
software.amazon.kinesis:amazon-kinesis-client (#19458)
---
.github/dependabot.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bb2917ecf789..5f7426936b4f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,9 +27,6 @@ updates:
schedule:
interval: "daily"
ignore:
- # amazon-kinesis-client 3.x requires protobuf 4.x
- # Quarkus forces protobuf to 3.25.5, therefore amazon-kinesis-client has
to stay on 2.6.0
- - dependency-name: "software.amazon.kinesis:amazon-kinesis-client"
# Quarkus related
- dependency-name: "io.vertx:*"
- dependency-name: "io.smallrye:jandex:*"