diff --git a/build.gradle b/build.gradle index cce7b1ce1..498f0970c 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { compileOnly 'com.squareup.okhttp3:okhttp:4.10.0' // method count bloat compileOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.38' - testImplementation 'org.testng:testng:6.9.10' + testImplementation 'org.testng:testng:7.6.1' testImplementation 'org.mockito:mockito-core:1.10.19' testImplementation 'org.openjdk.jmh:jmh-core:1.12' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.35'