diff --git a/pom.xml b/pom.xml index 4538e4d9..f3a41fff 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,9 @@ ${java.version} UTF-8 UTF-8 - 2.18.0 + 3.5.3 + 3.14.0 + 6.1.6 @@ -86,12 +88,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + ${maven-surefire-plugin.version} org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + ${maven-compiler-plugin.version} org.apache.maven.plugins @@ -125,23 +127,27 @@ org.apache.commons commons-lang3 + 3.17.0 commons-io commons-io - ${commons-io.version} + 2.18.0 org.hsqldb hsqldb + 2.7.3 org.apache.activemq activemq-spring + ${activemq-spring.version} org.apache.activemq activemq-broker + ${activemq-spring.version} org.springframework.boot @@ -152,11 +158,13 @@ org.seleniumhq.selenium selenium-java test + 4.19.1 org.seleniumhq.selenium htmlunit-driver test + 4.13.0 @@ -188,7 +196,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 3.5.3 + ${maven-surefire-plugin.version} @@ -196,18 +204,6 @@ jacoco-maven-plugin 0.8.13 - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.6.0 - - src/main/config/checkstyle.xml - - **/com/aggregator/**/* - true - -