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/09/25 07:24:36 UTC

[camel] branch master updated: Camel-AWS2-Eventbridge: Use Localstack 0.11.5

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 c0543a6  Camel-AWS2-Eventbridge: Use Localstack 0.11.5
c0543a6 is described below

commit c0543a69dd6f35ddc806ca08e8dff0828fd31e6e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 25 09:20:17 2020 +0200

    Camel-AWS2-Eventbridge: Use Localstack 0.11.5
---
 .../component/aws2/eventbridge/localstack/Aws2EventbridgeBaseTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/Aws2EventbridgeBaseTest.java b/components/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/Aws2EventbridgeBaseTest.java
index 58515d8..2fbee5e 100644
--- a/components/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/Aws2EventbridgeBaseTest.java
+++ b/components/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/Aws2EventbridgeBaseTest.java
@@ -32,7 +32,7 @@ import software.amazon.awssdk.services.eventbridge.EventBridgeClient;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class Aws2EventbridgeBaseTest extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.4";
+    public static final String CONTAINER_IMAGE = "localstack/localstack:0.11.5";
     public static final String CONTAINER_NAME = "eventbridge";
 
     @Override