Skip to content

Commit 6c06eb5

Browse files
chore(deps): update mockito-scala to 1.17.44 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25da7da commit 6c06eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
)
1717
private val test = Seq(
1818
"org.scalatest" %% "scalatest" % "3.2.19",
19-
"org.mockito" %% "mockito-scala" % "1.17.37",
19+
"org.mockito" %% "mockito-scala" % "1.17.44",
2020
"com.dimafeng" %% "testcontainers-scala" % "0.41.4",
2121
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
2222
"org.postgresql" % "postgresql" % "42.7.4"

0 commit comments

Comments
 (0)