Skip to content

Commit 1f04f51

Browse files
committed
Use safe jackson-databind version
1 parent 27e562f commit 1f04f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<project.check.fail-dependency-version-check>${project.check.fail-all}</project.check.fail-dependency-version-check>
6868

6969
<jackson-core.version>2.10.5</jackson-core.version>
70-
<jackson-bind.version>2.10.5</jackson-bind.version>
70+
<jackson-bind.version>2.10.5.1</jackson-bind.version>
7171

7272
<okhttp.version>3.14.9</okhttp.version>
7373
</properties>

0 commit comments

Comments
 (0)