Skip to content

Commit 18f4583

Browse files
fix(deps): updates Maven dependency jackson-databind
The version used formerly has a CVE which is starting to break builds if used in connection with OWASP Devependency Check. See Issue #849
1 parent 075ce39 commit 18f4583

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
@@ -53,7 +53,7 @@
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5454

5555
<jersey.version>2.35</jersey.version>
56-
<jackson.version>2.12.4</jackson.version>
56+
<jackson.version>2.12.7.1</jackson.version>
5757
<servlet.version>4.0.4</servlet.version>
5858
<activation.version>1.2.2</activation.version>
5959

0 commit comments

Comments
 (0)