Skip to content

Commit b79f1a4

Browse files
PoC: Update Jackson to version 2.10.0.pr3.
1 parent c0f05e8 commit b79f1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<jdk.version>1.8</jdk.version>
2121
<spring.framework.version>5.1.9.RELEASE</spring.framework.version>
2222
<spring.security.version>5.1.6.RELEASE</spring.security.version>
23-
<jackson.version>2.9.9</jackson.version>
23+
<jackson.version>2.10.0.pr3</jackson.version>
2424
<mule.version>3.8.0</mule.version>
2525
<camel.version>2.24.0</camel.version>
2626
<cxf.version>3.3.3</cxf.version>
@@ -939,7 +939,7 @@
939939
<dependency>
940940
<groupId>com.fasterxml.jackson.core</groupId>
941941
<artifactId>jackson-databind</artifactId>
942-
<version>2.9.9.3</version>
942+
<version>${jackson.version}</version>
943943
</dependency>
944944
<dependency>
945945
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)