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/10/28 11:29:39 UTC

[camel] 01/08: Camel-AWS2-CW: 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

commit d186ec0432fad259de6f100fb96a891d7bc9e656
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 28 11:16:45 2020 +0100

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

diff --git a/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/localstack/Aws2CwBaseTest.java b/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/localstack/Aws2CwBaseTest.java
index 9f51eae..82e7a59 100644
--- a/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/localstack/Aws2CwBaseTest.java
+++ b/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/localstack/Aws2CwBaseTest.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.cloudwatch.CloudWatchClient;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class Aws2CwBaseTest extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.6";
+    public static final String CONTAINER_IMAGE = "localstack/localstack:0.12.1";
     public static final String CONTAINER_NAME = "cloudwatch";
 
     @Override