This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 b8619b6d331 Downgrade amazon-kinesis-client to 2.6.0 (#16733)
b8619b6d331 is described below
commit b8619b6d3316f54683dca5c446855cb835d48375
Author: JiriOndrusek <[email protected]>
AuthorDate: Wed Jan 8 07:15:14 2025 +0100
Downgrade amazon-kinesis-client to 2.6.0 (#16733)
---
.github/dependabot.yml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0126b982ac7..ddbfc3307b7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,8 +28,8 @@ updates:
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"
- update-types: ["version-update:semver-major"]
# Quarkus related
- dependency-name: "io.vertx:*"
- dependency-name: "io.smallrye:jandex:*"
diff --git a/parent/pom.xml b/parent/pom.xml
index 4a3bf38dd86..f21ccfbfdb0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -59,7 +59,7 @@
<activemq-version>5.18.6</activemq-version>
<activemq6-version>6.1.4</activemq6-version>
<activemq-artemis-version>2.39.0</activemq-artemis-version>
- <amazon-kinesis-client-version>2.6.1</amazon-kinesis-client-version>
+ <amazon-kinesis-client-version>2.6.0</amazon-kinesis-client-version>
<angus-mail-version>2.0.3</angus-mail-version>
<apacheds-version>2.0.0.AM26</apacheds-version>
<apache-drill-version>1.21.2</apache-drill-version>