This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new 5238065 [create-pull-request] automated change (#300) 5238065 is described below commit 5238065b90dfdccf2baec2898ee349508c112d6b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Mar 13 08:26:39 2021 +0100 [create-pull-request] automated change (#300) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 51174c4..4b959c8 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -2064,6 +2064,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws-secrets-manager</artifactId> + <version>3.9.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws-xray</artifactId> <version>3.9.0-SNAPSHOT</version> </dependency>