Skip to content

Commit caf16e1

Browse files
Bump annotations from 22.0.0 to 23.0.0 in /modules/selenium
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@22.0.0...23.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5370e25 commit caf16e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/selenium/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies {
1212
testImplementation project(':nginx')
1313
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
1414

15-
compileOnly 'org.jetbrains:annotations:22.0.0'
16-
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
15+
compileOnly 'org.jetbrains:annotations:23.0.0'
16+
testCompileClasspath 'org.jetbrains:annotations:23.0.0'
1717
}

0 commit comments

Comments
 (0)