From 50b591d91cd5bb3d4154f9226978661133d51c9e Mon Sep 17 00:00:00 2001 From: gcolon021 Date: Wed, 4 Oct 2023 18:18:40 -0400 Subject: [PATCH] [ALS-5000] Update maven compiler plugin Maven compiler plugin has a dependency on log4j. --- pic-sure-auth-services/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pic-sure-auth-services/pom.xml b/pic-sure-auth-services/pom.xml index 588a6090b..60b6f6f48 100644 --- a/pic-sure-auth-services/pom.xml +++ b/pic-sure-auth-services/pom.xml @@ -225,7 +225,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.11.0 11