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 de569f3 Update log4j2 to 2.15.0 (#2382) de569f3 is described below commit de569f3e3573439807993a5c5b76450e4c794ae1 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Fri Dec 10 18:06:02 2021 -0500 Update log4j2 to 2.15.0 (#2382) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1098b60..fd7dd1b 100644 --- a/pom.xml +++ b/pom.xml @@ -199,7 +199,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-bom</artifactId> - <version>2.14.1</version> + <version>2.15.0</version> <type>pom</type> <scope>import</scope> </dependency>