You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sr...@apache.org on 2022/11/07 21:28:25 UTC

[trafficcontrol] branch master updated: Update log4j to version 2.19.0 (#7178)

This is an automated email from the ASF dual-hosted git repository.

srijeet0406 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 6c64fcffed Update log4j to version 2.19.0 (#7178)
6c64fcffed is described below

commit 6c64fcffed7a6e043c444412071718d41d78bd08
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Mon Nov 7 21:28:13 2022 +0000

    Update log4j to version 2.19.0 (#7178)
---
 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 5bc498184e..0ada94ebda 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.3.20</spring.version>
-		<log4j.version>2.17.1</log4j.version>
+		<log4j.version>2.19.0</log4j.version>
 		<jackson-core.version>2.13.1</jackson-core.version>
 		<junit.version>4.12</junit.version>
 		<hamcrest.version>1.3</hamcrest.version>