Skip to content

Commit a1aa6f1

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql-connector-j to 8.3.0
1 parent 735d34a commit a1aa6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies += {
1717
libraryDependencies ++= Seq(
1818
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
1919
"org.testcontainers" % "mysql" % "1.19.3" % "test",
20-
"com.mysql" % "mysql-connector-j" % "8.2.0" % "test",
20+
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
2121
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
2222
"com.h2database" % "h2" % "1.4.192" % "test",
2323
"ch.qos.logback" % "logback-classic" % "1.4.14" % "test"

0 commit comments

Comments
 (0)