This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch 5.1.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 149047eb3dc3adf6fa3980f43ecd8574566b2ddb Author: Zach Hoffman <[email protected]> AuthorDate: Mon Jan 3 14:45:28 2022 -0800 Update log4j version to 2.17.1 (#6445) (cherry picked from commit ff3b56323bd0440da4caeaf6ca27253b9cbcd44e) --- 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 5bcdc24..7b49227 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>
