Skip to content

Commit dd12c66

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATEVALIDATOR-10300773
1 parent e2b77ab commit dd12c66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.module</groupId>
6262
<artifactId>jackson-module-jaxb-annotations</artifactId>
63-
<version>2.11.0</version>
63+
<version>2.13.0</version>
6464
</dependency>
6565

6666
<dependency>
@@ -82,13 +82,13 @@
8282
<dependency>
8383
<groupId>com.sendgrid</groupId>
8484
<artifactId>sendgrid-java</artifactId>
85-
<version>4.4.8</version>
85+
<version>4.9.1</version>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>org.springdoc</groupId>
9090
<artifactId>springdoc-openapi-ui</artifactId>
91-
<version>1.2.32</version>
91+
<version>1.6.4</version>
9292
</dependency>
9393

9494
<!-- TEST dependencies -->

0 commit comments

Comments
 (0)