Skip to content

Commit b1aeb51

Browse files
snyk-botmr-c
authored andcommitted
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
1 parent 67f4556 commit b1aeb51

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
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.fasterxml.jackson.core</groupId>
112112
<artifactId>jackson-databind</artifactId>
113-
<version>2.13.2</version>
113+
<version>2.13.2.1</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.fasterxml.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)