You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/11/05 19:39:20 UTC

[camel] 03/05: Upgrade JSoup to version 1.12.1

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cbe702d9d008557abec991435c2136a669a2c97f
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 5 20:21:15 2019 +0100

    Upgrade JSoup to version 1.12.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d8b97f1..426c91d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -386,7 +386,7 @@
         <json-path-version>2.4.0</json-path-version>
         <json-simple-version>1.1.1</json-simple-version>
         <json-smart-version>2.3</json-smart-version>
-        <jsoup-version>1.11.3</jsoup-version>
+        <jsoup-version>1.12.1</jsoup-version>
         <jt400-version>9.8</jt400-version>
         <jt400-bundle-version>9.8_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>