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/13 08:12:14 UTC

[camel] 03/09: Camel-AWS2-EC2: Upgrade to use localstack 0.12.2

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 6b08baf79bfe79ea133744c674f896d19236076c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 08:43:53 2020 +0100

    Camel-AWS2-EC2: Upgrade to use localstack 0.12.2
---
 .../org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java b/components/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java
index f74e3b7..bb60756 100644
--- a/components/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java
+++ b/components/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.ec2.Ec2Client;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class Aws2EC2BaseTest extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "localstack/localstack:0.12.1";
+    public static final String CONTAINER_IMAGE = "localstack/localstack:0.12.2";
     public static final String CONTAINER_NAME = "ec2";
 
     @Override