Skip to content

Commit 5948ba1

Browse files
build: Update mysql-connector-java from 8.0.32 to 8.0.33
1 parent 8498fe7 commit 5948ba1

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 = "mysql" % "mysql-connector-java" % "8.0.32"
51+
val connectorJava = "com.mysql" % "mysql-connector-j" % "8.0.33"
5252
}
5353

5454
object postgresql {

0 commit comments

Comments
 (0)