From 9c2c1338151736c288852b34987b722affe43e26 Mon Sep 17 00:00:00 2001 From: Chris Enoch <121956962+ctevse@users.noreply.github.com> Date: Sun, 8 Oct 2023 21:09:21 -0400 Subject: [PATCH] Update pom.xml Updated WebDriverManager version - This may solve the selenium/chrome version errors per https://bonigarcia.dev/webdrivermanager/#support-for-chromedriver-115 --- crawler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/pom.xml b/crawler/pom.xml index 084005ffb..dfe3c7c31 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -175,7 +175,7 @@ io.github.bonigarcia webdrivermanager - 5.3.2 + 5.5.3