Skip to content

Commit

Permalink
fix: upgrade com.mysql:mysql-connector-j from 8.1.0 to 8.2.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.1.0 to 8.2.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 Nov 16, 2023
1 parent e0ce362 commit 24e752e
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 24e752e

Please sign in to comment.