This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments