Skip to content

Commit c29cbc1

Browse files
committed
MINOR: upgrade jackson-databind to 2.9.9.3
Some downstream components are hitting the following regression in 2.9.9.2 FasterXML/jackson-databind#2395
1 parent 8d6413e commit c29cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- The following property should default to jackson.version unless there's an independent hotfix version.
5858
If so, then once the next version of jackson is released, it should get reset to the default -->
5959
<!-- <jackson-databind.version>${jackson.version}</jackson-databind.version> -->
60-
<jackson-databind.version>2.9.9.2</jackson-databind.version>
60+
<jackson-databind.version>2.9.9.3</jackson-databind.version>
6161

6262
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
6363
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)