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/08 12:34:33 UTC

[camel] 09/09: Camel-AWS2-STS: Use localstack 0.11.6

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 afd76e36f9faf8486e210fdfafbd8e46cef80355
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 8 14:31:31 2020 +0200

    Camel-AWS2-STS: Use localstack 0.11.6
---
 .../org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java b/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java
index f350ce1..4189e72 100644
--- a/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java
+++ b/components/camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.sts.StsClient;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class Aws2StsBaseTest extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.5";
+    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.6";
     public static final String CONTAINER_NAME = "sts";
 
     @Override