Skip to content

Commit ec52a2e

Browse files
fix(deps): update dependency org.testng:testng to v7.11.0
1 parent 1cae387 commit ec52a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/jvm/testng/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
55

66
val atriumVersion = "1.2.0"
7-
val testNGVersion = "7.10.2"
7+
val testNGVersion = "7.11.0"
88

99
plugins {
1010
kotlin("jvm") version "2.1.10"

0 commit comments

Comments
 (0)