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 2022/03/04 18:41:51 UTC

[jmeter] branch master updated: Update to log4j2 2.17.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 576a281  Update to log4j2 2.17.2
576a281 is described below

commit 576a281e8d4a4d0fce8dc88c6726313bb81d98dc
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Fri Mar 4 19:41:18 2022 +0100

    Update to log4j2 2.17.2
---
 gradle.properties                           | 2 +-
 src/dist/src/dist/expected_release_jars.csv | 8 ++++----
 xdocs/changes.xml                           | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 376c329..64a3848 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -115,7 +115,7 @@ junit4.version=4.13.2
 junit5.version=5.8.1
 lets-plot-batik.version=2.2.1
 lets-plot-kotlin-jvm.version=3.1.1
-log4j.version=2.17.1
+log4j.version=2.17.2
 mail.version=1.5.0-b01
 miglayout.version=5.3
 mina-core.version=2.0.19
diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv
index 9caa9b8..bc02480 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -94,10 +94,10 @@
 792176,kotlinx-html-jvm-0.7.3.jar
 181223,lets-plot-batik-2.2.1.jar
 4025480,lets-plot-common-2.2.1.jar
-208006,log4j-1.2-api-2.17.1.jar
-301872,log4j-api-2.17.1.jar
-1790452,log4j-core-2.17.1.jar
-24279,log4j-slf4j-impl-2.17.1.jar
+303443,log4j-1.2-api-2.17.2.jar
+302511,log4j-api-2.17.2.jar
+1811089,log4j-core-2.17.2.jar
+24248,log4j-slf4j-impl-2.17.2.jar
 519087,mail-1.5.0-b01.jar
 106949,miglayout-core-5.3.jar
 22576,miglayout-swing-5.3.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 8a3aaeb..1164896 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -61,7 +61,7 @@ Summary
 <ch_section>New and Noteworthy</ch_section>
 <p>JMeter now supports Java 17</p>
 
-<p>JMeter 5.5 ships with log4j2 2.17.1</p>
+<p>JMeter 5.5 ships with log4j2 2.17.2</p>
 
 <p>New component: <code><a href="./usermanual/component_reference.html#Open_Model_Thread_Group">Open Model Thread Group</a></code>
 allows creating load profiles with variable load.</p>
@@ -176,7 +176,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated json-path to 2.6.0 (from 2.4.0).</li>
   <li>Updated jsoup to 1.14.3 (from 1.13.1).</li>
   <li>Updated JUnit to 4.13.2 and 5.8.1 (from 4.13.1 and 5.7.0).</li>
-  <li>Updated Apache log4j2 to 2.17.1 (from 2.13.3).</li>
+  <li>Updated Apache log4j2 to 2.17.2 (from 2.13.3).</li>
   <li>Updated Miglayout to 5.3 (from 5.2).</li>
   <li>Updated Neo4j Java driver to 4.3.3 (from 4.2.0).</li>
   <li>Updated Objenesis to 3.2 (from 2.6).</li>