Skip to content

Commit

Permalink
[3.0.x] mockito-core 5.13.0 (was 5.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 29, 2024
1 parent 2e40f1d commit aa8862b
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 aa8862b

Please sign in to comment.