Skip to content

Commit

Permalink
fix(deps): update dependency org.testng:testng to v7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed May 1, 2024
1 parent b843fea commit 1f9ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/jvm/testng/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat

val atriumVersion = "1.2.0"
val testNGVersion = "7.9.0"
val testNGVersion = "7.10.2"

plugins {
kotlin("jvm") version "1.9.23"
Expand Down

0 comments on commit 1f9ea52

Please sign in to comment.