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.
1 parent 1877b9d commit e360535Copy full SHA for e360535
2 files changed
java/maven_deps.bzl
@@ -12,7 +12,7 @@ def selenium_java_deps():
12
maven.artifact(
13
group = "com.github.spotbugs",
14
artifact = "spotbugs",
15
- version = "4.6.0",
+ version = "4.7.0",
16
exclusions = [
17
"org.slf4j:slf4j-api",
18
],
0 commit comments