Skip to content

Commit db118a4

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>com.fasterxml.jackson.datatype</groupId>
154154
<artifactId>jackson-datatype-jdk8</artifactId>
155-
<version>2.8.6</version>
155+
<version>2.15.0</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.asynchttpclient</groupId>
@@ -167,22 +167,22 @@
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.datatype</groupId>
169169
<artifactId>jackson-datatype-guava</artifactId>
170-
<version>2.9.5</version>
170+
<version>2.15.0</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.fasterxml.jackson.dataformat</groupId>
174174
<artifactId>jackson-dataformat-xml</artifactId>
175-
<version>2.9.4</version>
175+
<version>2.15.0</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-core</artifactId>
180-
<version>2.9.5</version>
180+
<version>2.15.0</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.fasterxml.jackson.core</groupId>
184184
<artifactId>jackson-databind</artifactId>
185-
<version>2.9.5</version>
185+
<version>2.15.0</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)