diff --git a/LICENSE b/LICENSE index a6ceff9..ecef83a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Aquality Automation + Copyright 2024 Aquality Automation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 4f21f6d..b36be96 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ UTF-8 UTF-8 3.0.0-SNAPSHOT + 2.22.1 @@ -87,35 +88,34 @@ org.apache.logging.log4j log4j - 2.19.0 + ${log4j.version} pom org.apache.logging.log4j log4j-api - 2.19.0 + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} org.testng testng - 7.5 + 7.5.1 test com.google.inject guice - 5.1.0 - - - com.google.guava - guava - - + 6.0.0 com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.16.1 org.seleniumhq.selenium @@ -128,11 +128,6 @@ 8.6.0 test - - org.apache.logging.log4j - log4j-core - 2.19.0 -