This is an automated email from the ASF dual-hosted git repository.
zrhoffman 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 91cdcf2 Update log4j to 2.17 (#6438)
91cdcf2 is described below
commit 91cdcf26d8ed1da5a9edfad62973336bca2bd1c4
Author: Rawlin Peters <[email protected]>
AuthorDate: Mon Dec 20 08:59:02 2021 -0700
Update log4j to 2.17 (#6438)
---
CHANGELOG.md | 2 +-
traffic_router/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9a65c8..c88d991 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,7 +40,7 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- [#6367](https://github.com/apache/trafficcontrol/issues/6367) - Fix PUT
`user/current` to work with v4 User Roles and Permissions
### Changed
-- Updated `log4j` module in Traffic Router from version 1.2.17 to 2.16.0
+- Updated `log4j` module in Traffic Router from version 1.2.17 to 2.17.0
- Updated `t3c` to request less unnecessary deliveryservice-server assignment
and invalidation jobs data via new query params supported by Traffic Ops
- [#6179](https://github.com/apache/trafficcontrol/issues/6179) Updated the
Traffic Ops rpm to include the `ToDnssecRefresh` binary and make the
`trafops_dnssec_refresh` cron job use it
- Changed the DNSSEC refresh Traffic Ops API to only create a new change log
entry if any keys were actually refreshed or an error occurred (in order to
reduce changelog noise)
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index d346f2c..60c0523 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.16.0</log4j.version>
+ <log4j.version>2.17.0</log4j.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<geoip2.version>2.1.0</geoip2.version>