This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
commit 1b0b84dfd7ce7bc240c00a32f6ea384e11431167 Author: Croway <[email protected]> AuthorDate: Wed Jan 28 16:29:30 2026 +0100 Align aws version --- aws/aws-s3-event-based/test/jbang.properties | 2 +- aws/aws-sqs/test/jbang.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/aws-s3-event-based/test/jbang.properties b/aws/aws-s3-event-based/test/jbang.properties index 635ca8b..23eaa81 100644 --- a/aws/aws-s3-event-based/test/jbang.properties +++ b/aws/aws-s3-event-based/test/jbang.properties @@ -5,6 +5,6 @@ org.apache.camel:camel-endpointdsl:4.17.0,\ org.apache.camel:camel-aws2-s3:4.17.0,\ org.apache.camel:camel-aws2-sqs:4.17.0,\ org.apache.camel:camel-aws2-eventbridge:4.17.0,\ -software.amazon.awssdk:sdk-core:2.32.27 +software.amazon.awssdk:sdk-core:2.41.2 # Enable dump of Camel JBang integration output run.D=citrus.camel.jbang.dump.integration.output=true diff --git a/aws/aws-sqs/test/jbang.properties b/aws/aws-sqs/test/jbang.properties index c06c1e2..4ab97af 100644 --- a/aws/aws-sqs/test/jbang.properties +++ b/aws/aws-sqs/test/jbang.properties @@ -2,6 +2,6 @@ run.deps=org.citrusframework:citrus-camel:4.9.1,\ org.citrusframework:citrus-testcontainers:4.9.1,\ org.apache.camel:camel-aws2-sqs:4.17.0,\ -software.amazon.awssdk:sdk-core:2.32.27 +software.amazon.awssdk:sdk-core:2.41.2 # Enable dump of Camel JBang integration output run.D=citrus.camel.jbang.dump.integration.output=true
