This is an automated email from the ASF dual-hosted git repository.
apupier 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 b62c7d8d17bd Use jsoup property version from camel-parent in jsoup
component
b62c7d8d17bd is described below
commit b62c7d8d17bd87901fa8bc12cc8139b287a7d0ac
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jun 17 15:09:51 2026 +0200
Use jsoup property version from camel-parent in jsoup component
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-jsoup/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-jsoup/pom.xml b/components/camel-jsoup/pom.xml
index 5efaf175a12d..5656458f298a 100644
--- a/components/camel-jsoup/pom.xml
+++ b/components/camel-jsoup/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.22.2</version>
+ <version>${jsoup-version}</version>
</dependency>
<!-- testing -->