Skip to content

Commit

Permalink
fix: upgrade com.mysql:mysql-connector-j from 8.2.0 to 8.3.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.mysql:mysql-connector-j from 8.2.0 to 8.3.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/

See this project in Snyk:
https://app.snyk.io/org/gustavomcarmo/project/0f1290d3-52fc-4d1e-a698-2ce916e1e6ab?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 7, 2024
1 parent bf875fb commit dbb90f9
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.2.0</version>
<version>8.3.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand Down

0 comments on commit dbb90f9

Please sign in to comment.