Skip to content

Commit

Permalink
Update testng to 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent abf0c54 commit 9a10e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libraryDependencies ++= Seq(
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
"org.apache.activemq" % "activemq-client" % activeMqVersion,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.testng" % "testng" % "7.9.0" % Test,
"org.testng" % "testng" % "7.10.0" % Test,
"com.google.guava" % "guava" % "33.1.0-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.2" % Test,
"ch.qos.logback" % "logback-core" % "1.5.2" % Test
Expand Down

0 comments on commit 9a10e0d

Please sign in to comment.