diff --git a/build.gradle b/build.gradle index 4482e38..01cfa13 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'org.slf4j:slf4j-simple:1.7.36' // testImplementation 'commons-io:commons-io:2.11.0' - testImplementation 'org.testng:testng:7.6.0' + testImplementation 'org.testng:testng:7.6.1' } test.useTestNG()