You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/03/15 08:00:57 UTC

camel git commit: Upgrade json-path

Repository: camel
Updated Branches:
  refs/heads/master ab101cb4e -> 489e0286c


Upgrade json-path


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

Branch: refs/heads/master
Commit: 489e0286caa7c930a3d7010ad298da0e108abd22
Parents: ab101cb
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 15 07:22:29 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 15 07:22:29 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/489e0286/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a81ac3..0474e77 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -329,7 +329,7 @@
     <json4s-bundle-version>3.2.8_1</json4s-bundle-version>
     <json-asm-version>1.0.2</json-asm-version>
     <json-accessors-smart-version>1.1</json-accessors-smart-version>
-    <json-path-version>2.1.0</json-path-version>
+    <json-path-version>2.2.0</json-path-version>
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.2.1</json-smart-version>
     <jsp-api-2.1-version>1.0.1</jsp-api-2.1-version>