You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/04 13:26:04 UTC

[camel] branch master updated: Camel-AWS2-S3: Use localstack 0.12.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b18944c  Camel-AWS2-S3: Use localstack 0.12.1
b18944c is described below

commit b18944ca5599c5cc28aa82efc1849a81855e952d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 4 14:13:48 2020 +0100

    Camel-AWS2-S3: Use localstack 0.12.1
---
 .../org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java b/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java
index ae5b4ba..50c195d 100644
--- a/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java
+++ b/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.s3.S3Client;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class Aws2S3BaseTest extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.4";
+    public static final String CONTAINER_IMAGE = "localstack/localstack:0.12.1";
     public static final String CONTAINER_NAME = "s3";
 
     @Override