This is an automated email from the ASF dual-hosted git repository.
cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 863b236 Use Citrus 4.5.2
863b236 is described below
commit 863b2361605a7e9104079fca5833481bacd004ec
Author: Christoph Deppisch <[email protected]>
AuthorDate: Tue Jan 21 11:20:00 2025 +0100
Use Citrus 4.5.2
---
.github/workflows/build.yml | 3 ++-
aws-s3-event-based/test/jbang.properties | 6 +++---
ftp/test/jbang.properties | 6 +++---
mqtt/test/jbang.properties | 4 ++--
openapi/client/test/jbang.properties | 4 ++--
openapi/server/test/jbang.properties | 5 ++---
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bc4af51..6fbb852 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,7 +42,8 @@ jobs:
- name: Run Tests
env:
CITRUS_CAMEL_JBANG_DUMP_INTEGRATION_OUTPUT: "true"
- CITRUS_TESTCONTAINERS_LOCALSTACK_IMAGE_NAME:
"mirror.gcr.io/localstack/localstack"
+ CITRUS_TESTCONTAINERS_REGISTRY_MIRROR_ENABLED: "true"
+ CITRUS_TESTCONTAINERS_REGISTRY_MIRROR: "mirror.gcr.io"
run: |
echo "Install JBang via SDKMAN"
diff --git a/aws-s3-event-based/test/jbang.properties
b/aws-s3-event-based/test/jbang.properties
index d4f7d94..673f58d 100644
--- a/aws-s3-event-based/test/jbang.properties
+++ b/aws-s3-event-based/test/jbang.properties
@@ -1,8 +1,8 @@
# Declare required additional dependencies
-run.deps=org.citrusframework:citrus-camel:4.5.0,\
-org.citrusframework:citrus-testcontainers:4.5.0,\
+run.deps=org.citrusframework:citrus-camel:4.5.2,\
+org.citrusframework:citrus-testcontainers:4.5.2,\
org.apache.camel:camel-endpointdsl:4.9.0,\
org.apache.camel:camel-aws2-s3:4.9.0,\
org.apache.camel:camel-aws2-sqs:4.9.0,\
org.apache.camel:camel-aws2-eventbridge:4.9.0,\
-software.amazon.awssdk:sdk-core:2.29.35
+software.amazon.awssdk:sdk-core:2.30.2
diff --git a/ftp/test/jbang.properties b/ftp/test/jbang.properties
index a34dc2d..91e0ba3 100644
--- a/ftp/test/jbang.properties
+++ b/ftp/test/jbang.properties
@@ -1,7 +1,7 @@
# Declare required additional dependencies for testing
-run.deps=org.citrusframework:citrus-camel:4.5.0,\
-org.citrusframework:citrus-testcontainers:4.5.0,\
-org.citrusframework:citrus-jms:4.5.0,\
+run.deps=org.citrusframework:citrus-camel:4.5.2,\
+org.citrusframework:citrus-testcontainers:4.5.2,\
+org.citrusframework:citrus-jms:4.5.2,\
org.apache.activemq:artemis-jakarta-client:2.37.0,\
jakarta.inject:jakarta.inject-api:2.0.1,\
jakarta.enterprise:jakarta.enterprise.cdi-api:4.1.0
diff --git a/mqtt/test/jbang.properties b/mqtt/test/jbang.properties
index beacda5..916a5ae 100644
--- a/mqtt/test/jbang.properties
+++ b/mqtt/test/jbang.properties
@@ -1,4 +1,4 @@
# Declare required additional dependencies
-run.deps=org.citrusframework:citrus-camel:4.5.0,\
-org.citrusframework:citrus-testcontainers:4.5.0,\
+run.deps=org.citrusframework:citrus-camel:4.5.2,\
+org.citrusframework:citrus-testcontainers:4.5.2,\
org.apache.camel:camel-paho-mqtt5:4.9.0
diff --git a/openapi/client/test/jbang.properties
b/openapi/client/test/jbang.properties
index 28ce761..43f1b15 100644
--- a/openapi/client/test/jbang.properties
+++ b/openapi/client/test/jbang.properties
@@ -1,3 +1,3 @@
# Declare required additional dependencies
-run.deps=org.citrusframework:citrus-camel:4.5.0,\
-org.citrusframework:citrus-openapi:4.5.0
+run.deps=org.citrusframework:citrus-camel:4.5.2,\
+org.citrusframework:citrus-openapi:4.5.2
diff --git a/openapi/server/test/jbang.properties
b/openapi/server/test/jbang.properties
index f591c1f..43f1b15 100644
--- a/openapi/server/test/jbang.properties
+++ b/openapi/server/test/jbang.properties
@@ -1,4 +1,3 @@
# Declare required additional dependencies
-run.deps=org.citrusframework:citrus-camel:4.5.0,\
-org.citrusframework:citrus-openapi:4.5.0,\
-io.vertx:vertx-core:4.5.11
+run.deps=org.citrusframework:citrus-camel:4.5.2,\
+org.citrusframework:citrus-openapi:4.5.2