From 6375fc6c25d4e8477a6965e40ff36d9c9e9868d8 Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Fri, 8 Dec 2023 11:57:58 -0600 Subject: [PATCH] updated browser tools to fixed chrome driver problems --- .circleci/config.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6bf029..6220ee9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: node: circleci/node@5.1.0 - browser-tools: circleci/browser-tools@1.4.5 + browser-tools: circleci/browser-tools@1.4.6 executors: java17: diff --git a/pom.xml b/pom.xml index 7949217..13b545a 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ io.github.bonigarcia webdrivermanager - 5.4.1 + 5.6.2 test