From 038e13b9c3db336850a2cb9d4d4d3f79ad476304 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:51:05 +0100 Subject: [PATCH] Update testng to 7.9.0 (#231) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef9eea3..155e0b2 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "org.apache.activemq" % "activemq-broker" % activeMqVersion, "org.apache.activemq" % "activemq-client" % activeMqVersion, "org.scalatest" %% "scalatest" % "3.2.17" % Test, - "org.testng" % "testng" % "7.5" % Test, + "org.testng" % "testng" % "7.9.0" % Test, "com.google.guava" % "guava" % "33.0.0-jre" % Test, "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, "ch.qos.logback" % "logback-core" % "1.2.13" % Test