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 2020/02/09 09:58:13 UTC

[camel] 03/03: Upgrade JSoup to version 1.12.2

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 24303ede8a04afc1ee137bc1117a7625d4c8c1a3
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Feb 9 10:57:41 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d440fa..d846d1c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -389,7 +389,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.12.1</jsoup-version>
+        <jsoup-version>1.12.2</jsoup-version>
         <jt400-version>10.2</jt400-version>
         <jt400-bundle-version>10.2_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>