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 ae1a0dd + caf16e1 commit 2909e8cCopy full SHA for 2909e8c
modules/selenium/build.gradle
@@ -12,6 +12,6 @@ dependencies {
12
testImplementation project(':nginx')
13
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
14
15
- compileOnly 'org.jetbrains:annotations:22.0.0'
16
- testCompileClasspath 'org.jetbrains:annotations:21.0.1'
+ compileOnly 'org.jetbrains:annotations:23.0.0'
+ testCompileClasspath 'org.jetbrains:annotations:23.0.0'
17
}
0 commit comments