Skip to content

Commit 3071aac

Browse files
tedyumarmbrus
authored andcommitted
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
1 parent 7d0f172 commit 3071aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.3.0</version>
67+
<version>2.4.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.jodd</groupId>

0 commit comments

Comments
 (0)