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
The following commit(s) were added to refs/heads/master by this push: new dfa24c7 Upgrade JSoup to version 1.11.2 dfa24c7 is described below commit dfa24c756fff27d5ac015b22ed9e6dd3eddd00d9 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Thu Mar 22 18:56:44 2018 +0100 Upgrade JSoup to version 1.11.2 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 47f6cfe..223aa03 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -426,7 +426,7 @@ <!-- spring-boot uses json-smart 2.2.x --> <json-smart-version>2.2.1</json-smart-version> <json-smart-karaf-version>2.3</json-smart-karaf-version> - <jsoup-version>1.9.2</jsoup-version> + <jsoup-version>1.11.2</jsoup-version> <jsp-api-2.1-version>1.0.1</jsp-api-2.1-version> <jsr311-api-version>1.1.1</jsr311-api-version> <jt400-version>9.4</jt400-version> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.