You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/31 07:39:48 UTC

[camel-karaf] 04/10: Upgrade JSoup to version 1.13.1.

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

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

commit b9adaf34b8c34501e6b33ed04703153749da67d3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:34:35 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index f3687e6..a798ed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,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.2</jsoup-version>
+        <jsoup-version>1.13.1</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>