Skip to content

Commit

Permalink
Bump chromedriver to 111
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 10, 2023
1 parent e705d87 commit 21e78c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jasmine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OperatingSystem currentOS = OperatingSystem.current()
// Firefox/gecko: See https://github.com/mozilla/geckodriver/releases and review compatibility at
// https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html
final Map<String, String> seleniumDrivers = [
chromedriver: '110.0.5481.77',
chromedriver: '111.0.5563.64',
geckodriver : '0.32.2',
]

Expand Down

0 comments on commit 21e78c9

Please sign in to comment.