From 5305d95d17a3bf1b4c5eaeb73dae6161ea6775c5 Mon Sep 17 00:00:00 2001 From: gothub Date: Wed, 5 Jan 2022 13:59:50 -0800 Subject: [PATCH] Update to log4j 2.17.1 Issue #302 Update the log4j version to 2.17.1. Also include updates to the latest versions of rabbitmq, solr-core 7.7.3 --- pom.xml | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 114 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index c653250e..10edcd22 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ edu.ucsb.nceas metadig-engine - 2.3.0 + 2.3.2 jar metadig-engine @@ -17,9 +17,10 @@ UTF-8 2.4.0-SNAPSHOT 0.8.2242 - 2.7.1 + 2.7.2 2.6.2 2.6.3 + 2.17.1 2.4.0-SNAPSHOT 2.4.0-SNAPSHOT @@ -27,7 +28,7 @@ 3.1.4.RELEASE metadig - 2.3.0 + 2.3.2 **/*Test.java **/LTERSuiteTest.java @@ -104,12 +105,6 @@ commons-configuration2 2.7 - - - log4j - log4j - 1.2.17 - commons-beanutils @@ -139,7 +134,7 @@ com.rabbitmq amqp-client - 5.9.0 + 5.13.1 @@ -150,12 +145,93 @@ org.apache.solr solr-solrj - 7.5.0 + 7.7.3 + + + junit + junit + + + org.slf4j + slf4j-jdk + + + org.slf4j + slf4j-api + + org.apache.solr solr-core - 7.5.0 + 7.7.3 + + + org.slf4j + slf4j-jdk14 + + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-core + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.apache.logging.log4j + log4j-web + + + org.apache.logging.log4j + log4j-1.2-api + + + org.slf4j + slf4j-api + + + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + log4j + log4j + + + + + org.apache.logging.log4j + log4j-1.2-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-jcl + ${log4j.version} + + + commons-logging + commons-logging + 1.1 + + + log4j + log4j + + @@ -291,6 +387,12 @@ + + + src/main/resources + true + + org.apache.maven.plugins