Skip to content

Commit

Permalink
Merge pull request #974 from scala-steward/update/mysql-connector-jav…
Browse files Browse the repository at this point in the history
…a-8.3.0

Update mysql-connector-java to 8.3.0
  • Loading branch information
jczuchnowski committed Mar 31, 2024
2 parents 7cfada3 + 62bbee4 commit 91e1d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lazy val jdbc_hikaricp = project
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
"mysql" % "mysql-connector-java" % "8.0.29" % Test,
"com.mysql" % "mysql-connector-j" % "8.3.0" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test
)
)
Expand All @@ -198,7 +198,7 @@ lazy val mysql = project
"org.testcontainers" % "database-commons" % testcontainersVersion % Test,
"org.testcontainers" % "jdbc" % testcontainersVersion % Test,
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
"com.mysql" % "mysql-connector-j" % "8.3.0" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
)
Expand Down

0 comments on commit 91e1d65

Please sign in to comment.