Skip to content

Commit 0e84593

Browse files
Update junit to 4.13.2 (#490)
1 parent e5d4c0b commit 0e84593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
163163
.jvmSettings(
164164
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
165165

166-
libraryDependencies += "junit" % "junit" % "4.13.1" % Test,
166+
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
167167
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
168168
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
169169
libraryDependencies ++= {

0 commit comments

Comments
 (0)