Skip to content

Commit 2e4e2e8

Browse files
Update mysql-connector-j to 9.1.0 (#3115)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves <[email protected]>
1 parent 4f078df commit 2e4e2e8

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
@@ -532,7 +532,7 @@ lazy val `quill-test-kit` =
532532
lazy val jdbcTestingLibraries = Seq(
533533
libraryDependencies ++= Seq(
534534
"com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "*"),
535-
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
535+
"com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
536536
"com.h2database" % "h2" % "2.3.232" % Test,
537537
"org.postgresql" % "postgresql" % "42.7.4" % Test,
538538
"org.xerial" % "sqlite-jdbc" % "3.47.0.0" % Test,

0 commit comments

Comments
 (0)