Skip to content

Commit 5e38125

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql-connector-j to 9.5.0
1 parent c504270 commit 5e38125

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
@@ -9,7 +9,7 @@ crossScalaVersions := List("2.12.20", "2.13.17", "3.3.7")
99
libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.6.1",
1111
"org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
12-
"com.mysql" % "mysql-connector-j" % "9.4.0" % "test",
12+
"com.mysql" % "mysql-connector-j" % "9.5.0" % "test",
1313
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
1414
"com.h2database" % "h2" % "1.4.192" % "test",
1515
"ch.qos.logback" % "logback-classic" % "1.5.20" % "test"

0 commit comments

Comments
 (0)