This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 1f667da Switching to new log4j2 version
1f667da is described below
commit 1f667da44b2719c14b6dee91831ecfdd466b135b
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Dec 11 17:11:41 2021 +0100
Switching to new log4j2 version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bddaa0c..fc46c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<redback.spring-utils.version>2.1</redback.spring-utils.version>
<redback.taskqueue.version>2.1</redback.taskqueue.version>
<slf4j.version>1.7.25</slf4j.version>
- <log4j.version>2.8.2</log4j.version>
+ <log4j.version>2.15.0</log4j.version>
<spring.version>4.2.1.RELEASE</spring.version>