mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 23:52:18 +01:00
Update mysql, postgresql to 1.19.4
This commit is contained in:
committed by
kenji yoshida
parent
86fc492668
commit
01ea533b97
@@ -59,8 +59,8 @@ libraryDependencies ++= Seq(
|
||||
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
|
||||
"org.mockito" % "mockito-core" % "5.10.0" % "test",
|
||||
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.19.3" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.19.3" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.19.4" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.19.4" % "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