From d49d62edfcce09108753ddbe693ba3964e6c3576 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Jan 2021 06:03:21 +0100 Subject: [PATCH] Update junit to 4.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ebdc1c77..d17b62e16 100644 --- a/build.sbt +++ b/build.sbt @@ -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",