Skip to content

Commit d88a47a

Browse files
authored
Merge pull request #1808 from Baeldung/update/junit-4-13-3.2.19.1
Update junit-4-13 from 3.2.19.0 to 3.2.19.1
2 parents 64a09fd + 4fb06f5 commit d88a47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ lazy val scala_test_junit4 = (project in file("scala-test-junit4"))
293293
scalaVersion := scala3Version,
294294
libraryDependencies ++=
295295
Seq(
296-
"org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
296+
"org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % Test,
297297
jUnitInterface
298298
)
299299
)

0 commit comments

Comments
 (0)