Skip to content

Commit

Permalink
Merge pull request zio#431 from scala-steward/update/mysql-connector-…
Browse files Browse the repository at this point in the history
…java-8.0.24

Update mysql-connector-java to 8.0.24
  • Loading branch information
jczuchnowski authored Apr 26, 2021
2 parents 54503b1 + b0a8713 commit b0db1bc
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 @@ -160,7 +160,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.23" % Test,
"mysql" % "mysql-connector-java" % "8.0.24" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test
)
)
Expand Down

0 comments on commit b0db1bc

Please sign in to comment.