diff --git a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala index 8f2d7c7..449e8db 100644 --- a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala +++ b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala @@ -29,7 +29,7 @@ } test("Migration MySQL", ExternalDBTest){ - val config = aMysqldConfig(v5_7_10) + val config = aMysqldConfig(v5_7_latest) .withPort(3306) .withUser("sa", "sa") .withCharset(Charset.UTF8)