Skip to content

Commit

Permalink
chore: Update to YAKS 0.17.1 (#1734)
Browse files Browse the repository at this point in the history
- Fixes workaround due to YAKS dependency resolving issue
  • Loading branch information
christophd committed Nov 15, 2023
1 parent 0c216da commit 5c32a9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yaks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ concurrency:
cancel-in-progress: true

env:
YAKS_VERSION: 0.17.0
YAKS_VERSION: 0.17.1

jobs:
test:
Expand Down
6 changes: 3 additions & 3 deletions test/aws-ddb-sink/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions test/aws-s3/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/mail-sink/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c32a9b

Please sign in to comment.