This is an automated email from the ASF dual-hosted git repository.
ctubbsii 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 c06f607 bump log4j2 version to 2.16.0 (#2387)
c06f607 is described below
commit c06f6072d3550b9c44ce6e2680d8b5827ae52c82
Author: EdColeman <[email protected]>
AuthorDate: Wed Dec 15 07:59:59 2021 -0500
bump log4j2 version to 2.16.0 (#2387)
Co-authored-by: Ed Coleman etcoleman <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 76763ea..4d2b68d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.15.0</version>
+ <version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>