Bump testcontainers to 1.11.4 (#2346)

* Bump testcontainers to 1.11.4
* Bump mariadb-java-client to 2.4.2
* Bump testcontainers-scala to 0.29.0
This commit is contained in:
Naoki Takezoe
2019-07-16 16:25:47 +09:00
committed by GitHub
parent 92b35bd458
commit b015cdde74
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class GitBucketCoreModuleSpec extends FunSuite {
override val container = new org.testcontainers.containers.MySQLContainer(s"mysql:$tag") {
override def getDriverClassName = "org.mariadb.jdbc.Driver"
}
// TODO https://github.com/testcontainers/testcontainers-java/issues/736
// TODO https://jira.mariadb.org/browse/CONJ-663
container.withCommand("mysqld --default-authentication-plugin=mysql_native_password")
}
container.start()