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 e4a19bc update log4j to 2.17.0 (#2395)
e4a19bc is described below
commit e4a19bcbecdf07171aa48aa4bd495c0341e954a0
Author: EdColeman <[email protected]>
AuthorDate: Mon Dec 20 10:43:52 2021 -0500
update log4j to 2.17.0 (#2395)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4d2b68d..93a4113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.16.0</version>
+ <version>2.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>