Skip to content

Commit 0332f09

Browse files
michaelmejaegerjmini
authored andcommitted
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 2f584fb commit 0332f09

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
@@ -51,7 +51,7 @@
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

5353
<jersey.version>2.35</jersey.version>
54-
<jackson.version>2.12.4</jackson.version>
54+
<jackson.version>2.12.7.1</jackson.version>
5555
<servlet.version>4.0.4</servlet.version>
5656
<activation.version>1.2.2</activation.version>
5757

0 commit comments

Comments
 (0)