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.27 to 1.17.29 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt authored Oct 29, 2023
1 parent 05e14c6 commit c7f6351
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.27" % Test
"org.mockito" %% "mockito-scala" % "1.17.29" % Test
)

lazy val log4JVersion = "2.21.1"
Expand Down

0 comments on commit c7f6351

Please sign in to comment.