mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user