Skip to content

Commit

Permalink
Update testng to 7.5.1
Browse files Browse the repository at this point in the history
This fixes a security vulnerability discovered in testng-team/testng#2852
  • Loading branch information
lefou committed Apr 26, 2023
1 parent ce112f6 commit bd28126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ object Deps {
val millModuledefs = ivy"${millModuledefsString}"
val millModuledefsPlugin =
ivy"com.lihaoyi:::scalac-mill-moduledefs-plugin:${millModuledefsVersion}"
val testng = ivy"org.testng:testng:7.5"
// can't use newer versions, as these need higher Java versions
val testng = ivy"org.testng:testng:7.5.1"
val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"
val scalaCheck = ivy"org.scalacheck::scalacheck:1.17.0"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
Expand Down

0 comments on commit bd28126

Please sign in to comment.