Skip to content

Commit 1f8a9c0

Browse files
Update junit to 4.13.2 (#156)
1 parent 4dacfb7 commit 1f8a9c0

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
@@ -23,7 +23,7 @@ lazy val junit = project.in(file("junit"))
2323
.settings(commonSettings)
2424
.settings(
2525
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
26-
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
26+
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
2727
// for javax.xml.bind.DatatypeConverter, used in SerializationStabilityTest
2828
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.3.1" % Test,
2929
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),

0 commit comments

Comments
 (0)