Skip to content

Commit

Permalink
Bump mysql-connector-java to 8.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Jun 10, 2021
1 parent 8f73e3e commit 975d019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
exclude("io.netty", "*")
}

implementation("mysql:mysql-connector-java:8.0.15")
implementation("mysql:mysql-connector-java:8.0.25")
implementation("org.json:json:20210307")
implementation("org.jetbrains:annotations:21.0.1")

Expand Down

0 comments on commit 975d019

Please sign in to comment.