Update mockito-core to 4.8.1
1 parent 4a3ecf0 commit 35209e43bbb9868396e0a981cc5183b98a03b7a3
@Scala Steward Scala Steward authored on 21 Oct 2022
kenji yoshida committed on 21 Oct 2022
Showing 1 changed file
View
2
■■■
build.sbt
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
"org.mockito" % "mockito-core" % "4.8.0" % "test",
"org.mockito" % "mockito-core" % "4.8.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.11" % "test",
"org.testcontainers" % "mysql" % "1.17.5" % "test",
"org.testcontainers" % "postgresql" % "1.17.5" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",