From ca87db9867a3a979fdac5103f84433637ba24e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alaksiej=20Miale=C5=A1ka?= Date: Sat, 20 Jan 2024 20:34:15 +0100 Subject: [PATCH] Update dependencies and restore jackson databind dependency (#133) aquality.selenium.core dependency was updated to 3.1.1 Updates in the core library: - log4j to 2.22.1 - testng to 7.5.1 - jackson-databind to 2.16.1 - guice to 6.0.0, guava exclusion removed Also scope for slf4j-simple was set to test. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2a4cb9..a8d9318 100644 --- a/pom.xml +++ b/pom.xml @@ -82,17 +82,23 @@ com.github.aquality-automation aquality-selenium-core - 3.1.0 + 3.1.1 org.apache.commons commons-lang3 3.13.0 + + com.fasterxml.jackson.core + jackson-databind + 2.16.1 + org.slf4j slf4j-simple 2.0.10 + test org.testng