mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-04 14:50:02 +01:00
Update mysql, postgresql to 1.20.2
This commit is contained in:
committed by
kenji yoshida
parent
ec9472b7cc
commit
25d5d5eee5
@@ -63,8 +63,8 @@ libraryDependencies ++= Seq(
|
||||
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
|
||||
"org.mockito" % "mockito-core" % "5.14.1" % "test",
|
||||
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.20.1" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.20.1" % "test",
|
||||
"org.testcontainers" % "mysql" % "1.20.2" % "test",
|
||||
"org.testcontainers" % "postgresql" % "1.20.2" % "test",
|
||||
"net.i2p.crypto" % "eddsa" % "0.3.0",
|
||||
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
|
||||
"org.ec4j.core" % "ec4j-core" % "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user