This is an automated email from the ASF dual-hosted git repository.
zbendhiba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new beda73589fc Upgrade vert.x Web Client version for knative component
(#8204)
beda73589fc is described below
commit beda73589fcb009efcea4ac9f29b3bc127b02d49
Author: Zineb BENDHIBA <[email protected]>
AuthorDate: Mon Aug 22 18:05:57 2022 +0200
Upgrade vert.x Web Client version for knative component (#8204)
---
components/camel-knative/camel-knative-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-knative/camel-knative-http/pom.xml
b/components/camel-knative/camel-knative-http/pom.xml
index 7d83a7e2bec..ec5c2ea3975 100644
--- a/components/camel-knative/camel-knative-http/pom.xml
+++ b/components/camel-knative/camel-knative-http/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
- <version>${vertx-version}</version>
+ <version>${vertx-web-client-version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>