diff --git a/build.gradle b/build.gradle index 09d3574..1c1fe2d 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { // Declare the dependency for your favourite test framework you want to use in your tests. testCompile 'org.testng:testng:6.8.8' // javax.annotation is removed from the oracle java se 11, and requires explicit dependency - compile 'javax.annotation:javax.annotation-api:1.2-b01' + compile 'javax.annotation:javax.annotation-api:1.3.2' } googleJavaFormat {