Skip to content

Commit a4a5e7a

Browse files
authored
Merge pull request #1353 from Baeldung/update/mockito-core-5.12.0
Update mockito-core from 5.11.0 to 5.12.0
2 parents 31f2824 + 4245bfa commit a4a5e7a

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)