This is an automated email from the ASF dual-hosted git repository.
mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new ff3b563 Update log4j version to 2.17.1 (#6445)
ff3b563 is described below
commit ff3b56323bd0440da4caeaf6ca27253b9cbcd44e
Author: Zach Hoffman <[email protected]>
AuthorDate: Mon Jan 3 14:45:28 2022 -0800
Update log4j version to 2.17.1 (#6445)
---
traffic_router/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 60c0523..a820dc9 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -33,7 +33,7 @@
<properties>
<deploy.dir>/opt/traffic_router</deploy.dir>
<spring.version>5.2.9.RELEASE</spring.version>
- <log4j.version>2.17.0</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<geoip2.version>2.1.0</geoip2.version>