Skip to content

Commit

Permalink
Merge pull request #738 from scala-steward/update/mockito-core-5.13.0
Browse files Browse the repository at this point in the history
[3.0.x] mockito-core 5.13.0 (was 5.12.0)
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents 2e40f1d + aa8862b commit 25b4c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-java-ebean-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val root = (project in file("."))
"com.h2database" % "h2" % "2.3.230",
"org.awaitility" % "awaitility" % "3.1.6" % Test,
"org.assertj" % "assertj-core" % "3.12.2" % Test,
"org.mockito" % "mockito-core" % "5.12.0" % Test,
"org.mockito" % "mockito-core" % "5.13.0" % Test,
),
(Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Werror")
Expand Down
2 changes: 1 addition & 1 deletion play-java-jpa-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val root = (project in file("."))
javaWs % "test",
"org.awaitility" % "awaitility" % "4.2.1" % "test",
"org.assertj" % "assertj-core" % "3.26.3" % "test",
"org.mockito" % "mockito-core" % "5.12.0" % "test",
"org.mockito" % "mockito-core" % "5.13.0" % "test",
),
Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
scalacOptions ++= List("-feature", "-Werror"),
Expand Down

0 comments on commit 25b4c77

Please sign in to comment.