You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/08/30 10:05:17 UTC

[jmeter] 10/11: Update Apache log4j2 to 2.13.3

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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 79d99fcea988a61228386631ed029751ced274b0
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Aug 30 11:50:15 2020 +0200

    Update Apache log4j2 to 2.13.3
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 10eda89..0f6e8c4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -102,7 +102,7 @@ jsoup.version=1.13.1
 jtidy.version=r938
 junit4.version=4.13
 junit5.version=5.6.2
-log4j.version=2.13.1
+log4j.version=2.13.3
 mail.version=1.5.0-b01
 miglayout.version=5.2
 mina-core.version=2.0.19
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index dafbd88..8f14841 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -147,6 +147,7 @@ applications when JMeter is starting up.</p>
     <li>Update Apache commons-text to 1.9 (from 1.8)</li>
     <li>Update equalsverifier to 3.4.2 (from 3.1.13)</li>
     <li>Update junit5 to 5.6.2 (from 5.6.0)</li>
+    <li>Update Apache log4j2 to 2.13.3 (from 2.13.1)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->