Skip to content

Commit 4245bfa

Browse files
Update mockito-core from 5.11.0 to 5.12.0
1 parent 15c3a7c commit 4245bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-scala/caching-in-play/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ libraryDependencies += guice
1111
libraryDependencies += caffeine
1212
libraryDependencies += ws
1313
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
14-
libraryDependencies += "org.mockito" % "mockito-core" % "5.11.0" % Test
14+
libraryDependencies += "org.mockito" % "mockito-core" % "5.12.0" % Test
1515

1616
PlayKeys.devSettings += "play.server.http.port" -> "9000"

0 commit comments

Comments
 (0)