Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade mockito-scala from 1.17.22 to 1.17.27 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt authored Sep 24, 2023
1 parent a4a084f commit 824833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val jsonDependencies = Seq(

lazy val testDependencies = Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.mockito" %% "mockito-scala" % "1.17.22" % Test
"org.mockito" %% "mockito-scala" % "1.17.27" % Test
)

lazy val log4JVersion = "2.20.0"
Expand Down

0 comments on commit 824833c

Please sign in to comment.