We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 031b54c + ff462ae commit 615a62cCopy full SHA for 615a62c
modules/selenium/build.gradle
@@ -12,6 +12,6 @@ dependencies {
12
testCompile project(':nginx')
13
testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
14
15
- compileOnly 'org.jetbrains:annotations:20.1.0'
16
- testCompileClasspath 'org.jetbrains:annotations:20.0.0'
+ compileOnly 'org.jetbrains:annotations:21.0.1'
+ testCompileClasspath 'org.jetbrains:annotations:21.0.1'
17
}
0 commit comments