This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch localstack-3.4.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit eba3919f176bc6df33dc367640f993e7629e47ed Author: Andrea Cosentino <[email protected]> AuthorDate: Mon May 13 11:23:06 2024 +0200 Upgrade Localstack container image version to 3.4.0 Signed-off-by: Andrea Cosentino <[email protected]> --- .../org/apache/camel/test/infra/aws2/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-aws-v2/src/test/resources/org/apache/camel/test/infra/aws2/services/container.properties b/test-infra/camel-test-infra-aws-v2/src/test/resources/org/apache/camel/test/infra/aws2/services/container.properties index efbf0bff504..2f619927cc0 100644 --- a/test-infra/camel-test-infra-aws-v2/src/test/resources/org/apache/camel/test/infra/aws2/services/container.properties +++ b/test-infra/camel-test-infra-aws-v2/src/test/resources/org/apache/camel/test/infra/aws2/services/container.properties @@ -15,4 +15,4 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -aws.container=localstack/localstack:3.3.0 +aws.container=localstack/localstack:3.4.0
