Skip to content

Commit 321123f

Browse files
Update mysql-connector-j to 9.3.0 (#3249)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves <von.juliano@gmail.com>
1 parent 1bd6131 commit 321123f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ lazy val `quill-test-kit` =
533533
lazy val jdbcTestingLibraries = Seq(
534534
libraryDependencies ++= Seq(
535535
"com.zaxxer" % "HikariCP" % "6.3.0" exclude ("org.slf4j", "*"),
536-
"com.mysql" % "mysql-connector-j" % "9.2.0" % Test,
536+
"com.mysql" % "mysql-connector-j" % "9.3.0" % Test,
537537
"com.h2database" % "h2" % "2.3.232" % Test,
538538
"org.postgresql" % "postgresql" % "42.7.5" % Test,
539539
"org.xerial" % "sqlite-jdbc" % "3.49.1.0" % Test,

0 commit comments

Comments
 (0)