Skip to content

Commit

Permalink
bump(tests): mockito-core 5.8.0 (was 4.11.0) (akka#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 19, 2024
1 parent e46e1a7 commit a9f52ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ lazy val tests = project
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
"org.mockito" % "mockito-core" % "4.11.0" % Test,
"org.mockito" % "mockito-core" % "5.8.0" % Test,
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.13" % Test
),
resolvers ++= Seq(
Expand Down

0 comments on commit a9f52ca

Please sign in to comment.