aboutsummaryrefslogtreecommitdiff
path: root/sql/core/pom.xml
diff options
context:
space:
mode:
authortedyu <yuzhihong@gmail.com>2015-05-09 10:41:30 -0700
committerMichael Armbrust <michael@databricks.com>2015-05-09 10:41:30 -0700
commit3071aac387ca0b80201022c9c2f245437c77a375 (patch)
treedc510df72c182cf528c5e5c33af2fd833526870f /sql/core/pom.xml
parent7d0f17208cda641651dcbd1bc0da639cd74307e7 (diff)
downloadspark-3071aac387ca0b80201022c9c2f245437c77a375.tar.gz
spark-3071aac387ca0b80201022c9c2f245437c77a375.tar.bz2
spark-3071aac387ca0b80201022c9c2f245437c77a375.zip
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 <yuzhihong@gmail.com> Closes #6028 from tedyu/master and squashes the following commits: 28c8394 [tedyu] Upgrade version of jackson-databind in sql/core/pom.xml
Diffstat (limited to 'sql/core/pom.xml')
-rw-r--r--sql/core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index e3a6b1fe72..6a7151ad10 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>