Update mockito-core to 4.9.0
1 parent 1a2f5da commit 953915ba2a73125bf9f505dfb77a8fd0db2a41e4
@Scala Steward Scala Steward authored on 14 Nov 2022
kenji yoshida committed on 14 Nov 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.1" % "test",
"org.mockito" % "mockito-core" % "4.9.0" % "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",