Skip to content

Commit cf39da1

Browse files
heyamstrask
andauthored
Prepare for legacy SDK release 2.6.4 GA (#2003)
* Update log4j2 * Update changelog * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 51a30a9 commit cf39da1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
# Version 2.6.4
4+
* Update `applicationinsights-logging-log4j2` artifact to not pull in log4j2 dependency on its own. Users should already be bringing their own version of log4j2 (and should be upgrading that version or applying the mitigation steps from [CVE-2021-44228](https://msrc-blog.microsoft.com/2021/12/11/microsofts-response-to-cve-2021-44228-apache-log4j2/)). The update ensures that users *have* to bring their own version of log4j2.
5+
([#2002](https://github.com/microsoft/ApplicationInsights-Java/issues/2002))
6+
37
# Version 2.6.3
48
* Update xstream dependency [#1580](https://github.com/microsoft/ApplicationInsights-Java/issues/1479)
59
* Upgrade gradle from 5.5.1 to 6.8.3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=2.6.3
2+
version=2.6.4
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)