Skip to content

Commit

Permalink
Update to a non-exploitable mysql version
Browse files Browse the repository at this point in the history
This could possibly be related to #17
  • Loading branch information
Phoenix616 committed Jul 16, 2021
1 parent 3e021c1 commit 98ded9d
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 @@ -62,7 +62,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.49</version>
<version>8.0.23</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 98ded9d

Please sign in to comment.