Skip to content

Commit c3ecac3

Browse files
committed
[java] Updating deps and bumping to 4.5.3
1 parent f53e22a commit c3ecac3

File tree

5 files changed

+288
-248
lines changed

5 files changed

+288
-248
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.2"
58+
"#{release_version}.3"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

java/maven_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ def selenium_java_deps():
8686
"org.asynchttpclient:async-http-client:2.12.3",
8787
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
8888
"org.hamcrest:hamcrest:2.2",
89-
"org.hsqldb:hsqldb:2.7.0",
90-
"org.mockito:mockito-core:4.8.0",
89+
"org.hsqldb:hsqldb:2.7.1",
90+
"org.mockito:mockito-core:4.8.1",
9191
"org.slf4j:slf4j-api:2.0.3",
9292
"org.slf4j:slf4j-jdk14:2.0.3",
9393
"org.testng:testng:7.6.1",
9494
"org.zeromq:jeromq:0.5.2",
9595
"xyz.rogfam:littleproxy:2.0.13",
96-
"org.seleniumhq.selenium:htmlunit-driver:4.5.0",
96+
"org.seleniumhq.selenium:htmlunit-driver:4.5.2",
9797
"org.redisson:redisson:3.17.7",
9898
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
9999
],

0 commit comments

Comments
 (0)