Skip to content

Commit

Permalink
fix: 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-COMMYSQL-6075938
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3152153
  • Loading branch information
snyk-bot committed Nov 23, 2023
1 parent e0ce362 commit c52dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand Down

0 comments on commit c52dca3

Please sign in to comment.