Skip to content

Commit e57af34

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent e5d5888 commit e57af34

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
@@ -50,7 +50,7 @@
5050
<http-components.version>4.5.14</http-components.version>
5151

5252
<!-- Jackson version -->
53-
<jackson.version>2.14.3</jackson.version>
53+
<jackson.version>2.15.0</jackson.version>
5454

5555
<!-- Define which version of junit you'll be running -->
5656
<junit.version>4.13.2</junit.version>

0 commit comments

Comments
 (0)