Skip to content

Commit

Permalink
Update mysql, postgresql to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] authored and xuwei-k committed Nov 21, 2024
1 parent 33141f0 commit 30a3c73
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 @@ -58,8 +58,8 @@ lazy val core = (project in file("core")).settings(
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
"org.testcontainers" % "mysql" % "1.20.3" % "test",
"org.testcontainers" % "postgresql" % "1.20.3" % "test",
"org.testcontainers" % "mysql" % "1.20.4" % "test",
"org.testcontainers" % "postgresql" % "1.20.4" % "test",
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
mysqlConnectorJ,
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
Expand Down

0 comments on commit 30a3c73

Please sign in to comment.