Skip to content

Commit 4391c72

Browse files
committed
Update jackson version to 2.11.2
1 parent d6018ec commit 4391c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<maven.compiler.target>1.8</maven.compiler.target>
2424
<maven.compiler.source>1.8</maven.compiler.source>
25-
<fj-version>0.6.5.6</fj-version>
26-
<fasterxml-jackson-core-version>2.9.9</fasterxml-jackson-core-version>
27-
<fasterxml-jackson-databind-version>2.10.0.pr1</fasterxml-jackson-databind-version>
25+
<fj-version>0.7.3.8</fj-version>
26+
<fasterxml-jackson-core-version>2.11.2</fasterxml-jackson-core-version>
27+
<fasterxml-jackson-databind-version>2.11.2</fasterxml-jackson-databind-version>
2828
</properties>
2929

3030
<licenses>

0 commit comments

Comments
 (0)