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/03/30 18:53:42 UTC

[camel] 02/04: Upgrade JSoup to version 1.13.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 30ea54db1522800d8f1d5b7230c889e95084600f
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 30 20:51:08 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5977349..129b099 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -348,7 +348,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>
         <junit-toolbox-version>2.3</junit-toolbox-version>
         <junit-version>4.12</junit-version>