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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new dad0bb9832e [create-pull-request] automated change dad0bb9832e is described below commit dad0bb9832e1a4cf58f42df52f1451c9ca689e37 Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Fri Nov 4 01:20:04 2022 +0000 [create-pull-request] automated change --- tooling/camel-spring-boot-dependencies/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 050a4c48c15..b3e33cbf975 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -78,7 +78,7 @@ <dependency> <groupId>com.cloudbees.thirdparty</groupId> <artifactId>zendesk-java-client</artifactId> - <version>0.18.1</version> + <version>0.19.0</version> </dependency> <dependency> <groupId>com.dropbox.core</groupId> @@ -3621,6 +3621,11 @@ <artifactId>camel-platform-http-vertx</artifactId> <version>3.20.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-plc4x</artifactId> + <version>3.20.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-printer</artifactId> @@ -4160,6 +4165,11 @@ <artifactId>camel-vm</artifactId> <version>3.20.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-wal</artifactId> + <version>3.20.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-weather</artifactId>