mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Update junit to 4.13.2
This commit is contained in:
committed by
kenji yoshida
parent
458b30610f
commit
65afbd25b8
@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
|
||||
"com.nimbusds" % "oauth2-oidc-sdk" % "9.1",
|
||||
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
|
||||
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
|
||||
"junit" % "junit" % "4.13.1" % "test",
|
||||
"junit" % "junit" % "4.13.2" % "test",
|
||||
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
|
||||
"org.mockito" % "mockito-core" % "3.7.7" % "test",
|
||||
"com.dimafeng" %% "testcontainers-scala" % "0.39.0" % "test",
|
||||
|
||||
Reference in New Issue
Block a user