Skip to content

Commit ea9b15c

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 b607ad6 commit ea9b15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<maven.compiler.target>1.8</maven.compiler.target>
5656
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
5757
<slf4j.version>2.0.6</slf4j.version>
58-
<jackson.version>2.14.2</jackson.version>
58+
<jackson.version>2.15.0</jackson.version>
5959
<velocity.version>2.3</velocity.version>
6060
<netty.version>4.1.89.Final</netty.version>
6161
<httpcomponents.version>4.4.1</httpcomponents.version>
@@ -354,7 +354,7 @@
354354
<dependency>
355355
<groupId>io.swagger.parser.v3</groupId>
356356
<artifactId>swagger-parser</artifactId>
357-
<version>2.1.12</version>
357+
<version>2.1.16</version>
358358
<exclusions>
359359
<exclusion>
360360
<groupId>com.github.fge</groupId>

0 commit comments

Comments
 (0)