Skip to content

Commit

Permalink
Merge pull request zio-archive#733 from scala-steward/update/mysql-co…
Browse files Browse the repository at this point in the history
…nnector-java-8.0.30

Update mysql-connector-java to 8.0.30
  • Loading branch information
jczuchnowski authored Aug 7, 2022
2 parents 973efbf + b286ec3 commit 0c02bf9
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 @@ -143,7 +143,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.29" % Test,
"mysql" % "mysql-connector-java" % "8.0.30" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
)
Expand Down

0 comments on commit 0c02bf9

Please sign in to comment.