Skip to content

Commit

Permalink
fix: gmcserver-server/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
  • Loading branch information
snyk-bot committed Jul 27, 2024
1 parent c04eef3 commit bc8f912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gmcserver-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<gmc.vertx.mail.config.path>./mail.json</gmc.vertx.mail.config.path>
<gmc.vertx.mail.templates.path>./gmcserver-email/out/</gmc.vertx.mail.templates.path>

<vertx.version>4.3.8</vertx.version>
<vertx.version>4.4.2</vertx.version>
</properties>

<repositories>
Expand Down Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.15.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-csv -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>2.13.4</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.github.vinceh121</groupId>
Expand Down

0 comments on commit bc8f912

Please sign in to comment.