Skip to content

Commit 8cd2982

Browse files
authored
Update chromedriver version to 146.0.7680.31
1 parent f84dabb commit 8cd2982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/jasmine.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Architecture currentArch = Architecture.current()
2828
// Firefox/gecko: See https://github.com/mozilla/geckodriver/releases and review compatibility at
2929
// https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html
3030
final Map<String, String> seleniumDrivers = [
31-
chromedriver: '143.0.7499.169',
31+
chromedriver: '146.0.7680.31',
3232
geckodriver : '0.36.0',
3333
]
3434

0 commit comments

Comments
 (0)