You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2021/12/29 13:32:36 UTC

[accumulo] branch main updated: Update log4j2 to 2.17.1 and slf4j to 1.7.32 (#2401)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 976af80  Update log4j2 to 2.17.1 and slf4j to 1.7.32 (#2401)
976af80 is described below

commit 976af80c1591a177265009aa4ed1eb03b8e21c93
Author: EdColeman <de...@etcoleman.com>
AuthorDate: Wed Dec 29 08:32:31 2021 -0500

    Update log4j2 to 2.17.1 and slf4j to 1.7.32 (#2401)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 93a4113..2aaa691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <!-- timestamp for reproducible outputs, updated on release by the release plugin -->
     <project.build.outputTimestamp>2020-12-17T22:06:50Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
-    <slf4j.version>1.7.30</slf4j.version>
+    <slf4j.version>1.7.32</slf4j.version>
     <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
     <surefire.excludedGroups />
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
@@ -199,7 +199,7 @@
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-bom</artifactId>
-        <version>2.17.0</version>
+        <version>2.17.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>