Repository: camel Updated Branches: refs/heads/master e84b2c0f6 -> 6dd73f68a
Upgrade gson version to 2.4.x for restlet-gson and couchdb components Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6dd73f68 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6dd73f68 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6dd73f68 Branch: refs/heads/master Commit: 6dd73f68a682a630c0d013fe2f57555e6ceeb871 Parents: e84b2c0 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Aug 3 12:47:37 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Aug 3 12:49:13 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6dd73f68/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4f46cb9..08a330c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -390,7 +390,7 @@ <lucene-version>5.5.0</lucene-version> <lucene-version-range>[5,6)</lucene-version-range> <lightcouch-version>0.1.8</lightcouch-version> - <lightcouch-gson-version>2.3.1</lightcouch-gson-version> + <lightcouch-gson-version>2.4</lightcouch-gson-version> <lightcouch-bundle-version>0.1.8_2</lightcouch-bundle-version> <!-- needed from tooling/archetypes --> <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms --> @@ -487,7 +487,7 @@ <restlet-jackson-version>2.4.4</restlet-jackson-version> <restlet-woodstox-version>4.3.0</restlet-woodstox-version> <restlet-yaml-version>1.13</restlet-yaml-version> - <restlet-gson-version>2.3.1</restlet-gson-version> + <restlet-gson-version>2.4</restlet-gson-version> <restlet-joda-time-version>2.3</restlet-joda-time-version> <rhino-bundle-version>1.7R2_3</rhino-bundle-version> <rhino-version>1.7R2</rhino-version>