We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007107c commit d33bf41Copy full SHA for d33bf41
CHANGELOG.md
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
8
## [6.0.2] - 2021-12-17
9
### Changed
10
-- 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
11
- Update github.com/lestrrat-go/jwx to v1.2.12
12
13
## [6.0.1] - 2021-11-04
traffic_router/pom.xml
@@ -33,7 +33,7 @@
33
<properties>
34
<deploy.dir>/opt/traffic_router</deploy.dir>
35
<spring.version>5.2.9.RELEASE</spring.version>
36
- <log4j.version>2.16.0</log4j.version>
+ <log4j.version>2.17.0</log4j.version>
37
<junit.version>4.12</junit.version>
38
<hamcrest.version>1.3</hamcrest.version>
39
<geoip2.version>2.1.0</geoip2.version>
0 commit comments