Skip to content

Commit fd8a28c

Browse files
Update mockito-core to 5.23.0
1 parent 38a1870 commit fd8a28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ libraryDependencies ++= Seq(
108108
"org.apache.commons" % "commons-text" % "1.10.0",
109109
"com.beust" % "jcommander" % "1.75",
110110
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
111-
"org.mockito" % "mockito-core" % "5.11.0" % Test
111+
"org.mockito" % "mockito-core" % "5.23.0" % Test
112112
)
113113

114114
excludeDependencies ++= Seq(

0 commit comments

Comments
 (0)