Skip to content

Commit

Permalink
Update mysql-connector-j to 9.2.0 (#3177)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Jan 22, 2025
1 parent a079f3f commit 729c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ lazy val `quill-test-kit` =
lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "*"),
"com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
"com.mysql" % "mysql-connector-j" % "9.2.0" % Test,
"com.h2database" % "h2" % "2.3.232" % Test,
"org.postgresql" % "postgresql" % "42.7.5" % Test,
"org.xerial" % "sqlite-jdbc" % "3.47.2.0" % Test,
Expand Down

0 comments on commit 729c09a

Please sign in to comment.