This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c32a9b3 chore: Update to YAKS 0.17.1 (#1734)
5c32a9b3 is described below

commit 5c32a9b3e140f9bf3d225e794642b58308ca2645
Author: Christoph Deppisch <[email protected]>
AuthorDate: Wed Nov 15 09:38:08 2023 +0100

    chore: Update to YAKS 0.17.1 (#1734)
    
    - Fixes workaround due to YAKS dependency resolving issue
---
 .github/workflows/yaks-tests.yaml  | 2 +-
 test/aws-ddb-sink/yaks-config.yaml | 6 +++---
 test/aws-s3/yaks-config.yaml       | 6 +++---
 test/mail-sink/yaks-config.yaml    | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/yaks-tests.yaml 
b/.github/workflows/yaks-tests.yaml
index a54ef35f..e5637d1c 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -41,7 +41,7 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  YAKS_VERSION: 0.17.0
+  YAKS_VERSION: 0.17.1
 
 jobs:
   test:
diff --git a/test/aws-ddb-sink/yaks-config.yaml 
b/test/aws-ddb-sink/yaks-config.yaml
index 5a17d293..dbd40ded 100644
--- a/test/aws-ddb-sink/yaks-config.yaml
+++ b/test/aws-ddb-sink/yaks-config.yaml
@@ -51,13 +51,13 @@ config:
       dependencies:
         - groupId: org.apache.camel
           artifactId: camel-aws2-ddb
-          version: "4.1.0"
+          version: "@camel.version@"
         - groupId: software.amazon.awssdk
           artifactId: dynamodb
-          version: "2.21.2"
+          version: "@aws-java-sdk2.version@"
         - groupId: org.apache.camel
           artifactId: camel-jackson
-          version: "4.1.0"
+          version: "@camel.version@"
   dump:
     enabled: true
     failedOnly: true
diff --git a/test/aws-s3/yaks-config.yaml b/test/aws-s3/yaks-config.yaml
index 75cdfb5f..5df6816b 100644
--- a/test/aws-s3/yaks-config.yaml
+++ b/test/aws-s3/yaks-config.yaml
@@ -60,13 +60,13 @@ config:
       dependencies:
         - groupId: org.apache.camel
           artifactId: camel-aws2-s3
-          version: "4.1.0"
+          version: "@camel.version@"
         - groupId: software.amazon.awssdk
           artifactId: s3
-          version: "2.21.2"
+          version: "@aws-java-sdk2.version@"
         - groupId: org.apache.camel
           artifactId: camel-jackson
-          version: "4.1.0"
+          version: "@camel.version@"
   dump:
     enabled: true
     failedOnly: true
diff --git a/test/mail-sink/yaks-config.yaml b/test/mail-sink/yaks-config.yaml
index 1e749025..ddf676ee 100644
--- a/test/mail-sink/yaks-config.yaml
+++ b/test/mail-sink/yaks-config.yaml
@@ -35,7 +35,7 @@ config:
       dependencies:
         - groupId: org.citrusframework
           artifactId: citrus-mail
-          version: "4.0.0"
+          version: "@citrus.version@"
     resources:
       - mail-server.groovy
       - timer-to-mail.yaml

Reply via email to