Repository: spark Updated Branches: refs/heads/master 7d0f17208 -> 3071aac38
Upgrade version of jackson-databind in sql/core/pom.xml Currently version of jackson-databind in sql/core/pom.xml is 2.3.0 This is older than the version specified in root pom.xml This PR upgrades the version in sql/core/pom.xml so that they're consistent. Author: tedyu <[email protected]> Closes #6028 from tedyu/master and squashes the following commits: 28c8394 [tedyu] Upgrade version of jackson-databind in sql/core/pom.xml Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3071aac3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3071aac3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3071aac3 Branch: refs/heads/master Commit: 3071aac387ca0b80201022c9c2f245437c77a375 Parents: 7d0f172 Author: tedyu <[email protected]> Authored: Sat May 9 10:41:30 2015 -0700 Committer: Michael Armbrust <[email protected]> Committed: Sat May 9 10:41:30 2015 -0700 ---------------------------------------------------------------------- sql/core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3071aac3/sql/core/pom.xml ---------------------------------------------------------------------- diff --git a/sql/core/pom.xml b/sql/core/pom.xml index e3a6b1f..6a7151a 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.3.0</version> + <version>2.4.4</version> </dependency> <dependency> <groupId>org.jodd</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
