From c5b9544d5f10c5a6fbd758a4b28e9f94fe2150f1 Mon Sep 17 00:00:00 2001 From: Aliaksej Mialeshka Date: Thu, 2 May 2024 18:45:15 +0200 Subject: [PATCH] Update selenium to 4.20.0 and log4j to 2.23.1 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c8f5503..caeec53 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 UTF-8 4.0.0-SNAPSHOT - 2.23.0 + 2.23.1 @@ -104,7 +104,7 @@ org.testng testng - 7.9.0 + 7.10.2 test @@ -121,17 +121,17 @@ com.google.guava guava - 33.0.0-jre + 33.1.0-jre com.fasterxml.jackson.core jackson-databind - 2.16.1 + 2.17.0 org.seleniumhq.selenium selenium-java - 4.19.1 + 4.20.0 io.appium