From 20664ec1b8d95206fb999495f017c8caf15bec0e Mon Sep 17 00:00:00 2001 From: Gleimar Botelho Baleeiro Date: Wed, 8 Nov 2023 18:09:11 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20do=20log4j?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 404264a1d..7881bc147 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ br.com.rjconsultores GeneradorBoletosCNAB - 1.2.0 + 1.2.1 GeneradorBoletosCNAB @@ -56,6 +56,33 @@ 1.4 + + org.apache.logging.log4j + log4j-core + 2.21.1 + + + org.apache.logging.log4j + log4j-api + 2.21.1 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.21.1 + test + + + org.apache.logging.log4j + log4j-1.2-api + 2.21.1 + test + + + org.apache.logging.log4j + log4j-jcl + 2.21.1 + br.com.rjconsultores jrimum-texgit @@ -69,6 +96,12 @@ sun-jaxb-rj jaxb-impl + + + + log4j + log4j +