Skip to content
Snippets Groups Projects
Commit 3071aac3 authored by tedyu's avatar tedyu Committed by Michael Armbrust
Browse files

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
parent 7d0f1720
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment