Update junit to 4.13.1

This commit is contained in:
Scala Steward
2021-01-26 06:03:21 +01:00
committed by kenji yoshida
parent 246e2e2de4
commit d49d62edfc

View File

@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
"com.nimbusds" % "oauth2-oidc-sdk" % "8.34.1",
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13" % "test",
"junit" % "junit" % "4.13.1" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "3.3.3" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.38.8" % "test",