Skip to content

Commit c695807

Browse files
build: Update mysql-connector-j from 8.0.33 to 8.1.0
1 parent b92c54d commit c695807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848
}
4949

5050
object mysql {
51-
val connectorJava = "com.mysql" % "mysql-connector-j" % "8.0.33"
51+
val connectorJava = "com.mysql" % "mysql-connector-j" % "8.1.0"
5252
}
5353

5454
object postgresql {

0 commit comments

Comments
 (0)