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/06 17:31:48 UTC

[camel] 02/03: 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 0ec0da37999c5beba97e6d3ba332005414f98ec8
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Nov 6 18:30:00 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 012c526..d3bf43c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,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>