mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 09:47:14 +02:00
Update mysql, postgresql to 1.17.6
This commit is contained in:
committed by
kenji yoshida
parent
599e11245f
commit
5e6a0d7e16
@@ -63,8 +63,8 @@ libraryDependencies ++= Seq(
|
||||
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
|
||||
"org.mockito" % "mockito-core" % "4.9.0" % "test",
|
||||
"com.dimafeng" %% "testcontainers-scala" % "0.40.11" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.17.5" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.17.5" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.17.6" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.17.6" % "test",
|
||||
"net.i2p.crypto" % "eddsa" % "0.3.0",
|
||||
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
|
||||
"org.ec4j.core" % "ec4j-core" % "0.3.0",
|
||||
|
||||
Reference in New Issue
Block a user