diff --git a/build.sbt b/build.sbt index 936ff74f9..3b35e4d66 100644 --- a/build.sbt +++ b/build.sbt @@ -163,7 +163,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) .jvmSettings( OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"), - libraryDependencies += "junit" % "junit" % "4.13.1" % Test, + libraryDependencies += "junit" % "junit" % "4.13.2" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test, libraryDependencies ++= {