Skip to content

Commit d7f9ff2

Browse files
authored
Merge pull request #1832 from Baeldung/update/mockito-core-5.17.0
Update mockito-core from 5.16.1 to 5.17.0
2 parents ccf6a89 + 7770b5b commit d7f9ff2

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" % 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)