Skip to content

Commit 7770b5b

Browse files
Update mockito-core from 5.16.1 to 5.17.0
1 parent dceed51 commit 7770b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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" % LibraryVersions.scalatestPlayVersion % Test
14-
libraryDependencies += "org.mockito" % "mockito-core" % "5.16.1" % Test
14+
libraryDependencies += "org.mockito" % "mockito-core" % "5.17.0" % Test
1515

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

0 commit comments

Comments
 (0)