From 211196aca9fba35876dbe8f962ff3ec4d5131cca Mon Sep 17 00:00:00 2001 From: Isaac Parenteau Date: Tue, 14 Sep 2021 22:18:04 -0500 Subject: [PATCH] Updated dependencies --- pom.xml | 74 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index a06b80b..0882a30 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ ${project.basedir} 1.8 1.8 - 2.13.3 - 1.7.30 + 2.14.1 + 1.7.32 https://nexus.locusworks.net @@ -30,38 +30,54 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20.1 + 3.0.0-M5 always - org.apache.maven.plugin + org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.8.1 - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} + true + + -Xlint:all + - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M2 - - - enforce - - - - - - - enforce - - - - + + org.owasp + dependency-check-maven + 6.3.1 + + + + check + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce + + + + + + + enforce + + + + @@ -81,10 +97,10 @@ log4j-slf4j-impl ${log4j.version} - - org.slf4j - slf4j-api - + + org.slf4j + slf4j-api +