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

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 900d1a2290afd1ec9b5a900997b5fe9b2d2ee956
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Aug 3 14:09:36 2023 -0400

    Use productized version of camel-netty-http in webhook/telegram starters
---
 components-starter/camel-telegram-starter/pom.xml | 2 +-
 components-starter/camel-webhook-starter/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-telegram-starter/pom.xml 
b/components-starter/camel-telegram-starter/pom.xml
index 36e47da0d56..2d979d36920 100644
--- a/components-starter/camel-telegram-starter/pom.xml
+++ b/components-starter/camel-telegram-starter/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty-http</artifactId>
-      <version>${camel-community.version}</version>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->
diff --git a/components-starter/camel-webhook-starter/pom.xml 
b/components-starter/camel-webhook-starter/pom.xml
index df15715cf31..c1de6897a16 100644
--- a/components-starter/camel-webhook-starter/pom.xml
+++ b/components-starter/camel-webhook-starter/pom.xml
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty-http</artifactId>
-      <version>${camel-community.version}</version>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to