Skip to content

Commit 9a56cdd

Browse files
Update junit to 4.13.1 (#453)
1 parent 0a0f8bd commit 9a56cdd

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
@@ -149,7 +149,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
149149
.jvmSettings(
150150
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
151151

152-
libraryDependencies += "junit" % "junit" % "4.13" % Test,
152+
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
153153
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
154154
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
155155
libraryDependencies ++= {

0 commit comments

Comments
 (0)