Skip to content

Commit

Permalink
Upgrade version of jackson-databind in sql/core/pom.xml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tedyu authored and marmbrus committed May 9, 2015
1 parent 7d0f172 commit 3071aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3071aac

Please sign in to comment.