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 2016/08/03 09:27:49 UTC

camel git commit: Upgrade Jsoup to version 1.9.2

Repository: camel
Updated Branches:
  refs/heads/master 5721a06aa -> 6948a0143


Upgrade Jsoup to version 1.9.2


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6948a014
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6948a014
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6948a014

Branch: refs/heads/master
Commit: 6948a01436782a90929bdee864c7bbeddc3c4fc2
Parents: 5721a06
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Aug 3 11:27:12 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Aug 3 11:27:12 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6948a014/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1d7fd07..3f6efbb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -353,7 +353,7 @@
     <json-path-version>2.1.0</json-path-version>
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.2.1</json-smart-version>
-    <jsoup-version>1.9.1</jsoup-version>
+    <jsoup-version>1.9.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.0</jt400-version>