Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 91e1d65

Browse files
authored
Merge pull request #974 from scala-steward/update/mysql-connector-java-8.3.0
Update mysql-connector-java to 8.3.0
2 parents 7cfada3 + 62bbee4 commit 91e1d65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ lazy val jdbc_hikaricp = project
179179
"dev.zio" %% "zio-test" % zioVersion % Test,
180180
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
181181
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
182-
"mysql" % "mysql-connector-java" % "8.0.29" % Test,
182+
"com.mysql" % "mysql-connector-j" % "8.3.0" % Test,
183183
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test
184184
)
185185
)
@@ -198,7 +198,7 @@ lazy val mysql = project
198198
"org.testcontainers" % "database-commons" % testcontainersVersion % Test,
199199
"org.testcontainers" % "jdbc" % testcontainersVersion % Test,
200200
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
201-
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
201+
"com.mysql" % "mysql-connector-j" % "8.3.0" % Test,
202202
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test,
203203
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
204204
)

0 commit comments

Comments
 (0)