Skip to content

Commit a301dc0

Browse files
author
Chetan Munegowda
committed
fix vulnerability issue
1 parent b792338 commit a301dc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,25 +237,25 @@
237237
<dependency>
238238
<groupId>com.fasterxml.jackson.core</groupId>
239239
<artifactId>jackson-core</artifactId>
240-
<version>2.18.2</version>
240+
<version>2.18.6</version>
241241
</dependency>
242242

243243
<dependency>
244244
<groupId>com.fasterxml.jackson.core</groupId>
245245
<artifactId>jackson-annotations</artifactId>
246-
<version>2.18.2</version>
246+
<version>2.18.6</version>
247247
</dependency>
248248

249249
<dependency>
250250
<groupId>com.fasterxml.jackson.core</groupId>
251251
<artifactId>jackson-databind</artifactId>
252-
<version>2.18.2</version>
252+
<version>2.18.6</version>
253253
</dependency>
254254

255255
<dependency>
256256
<groupId>com.fasterxml.jackson.dataformat</groupId>
257257
<artifactId>jackson-dataformat-xml</artifactId>
258-
<version>2.18.2</version>
258+
<version>2.18.6</version>
259259
</dependency>
260260

261261
<dependency>
@@ -515,7 +515,7 @@
515515
<dependency>
516516
<groupId>com.fasterxml.jackson.module</groupId>
517517
<artifactId>jackson-module-jaxb-annotations</artifactId>
518-
<version>2.18.2</version>
518+
<version>2.18.6</version>
519519
</dependency>
520520

521521
<dependency>

0 commit comments

Comments
 (0)