Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update log4j2 to 2.17.1 #685

Merged
merged 1 commit into from
Dec 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
log4j.version=2.17.1
mail.version=1.5.0-b01
miglayout.version=5.3
mina-core.version=2.0.19
Expand Down
8 changes: 4 additions & 4 deletions src/dist/src/dist/expected_release_jars.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
208235,log4j-1.2-api-2.17.0.jar
301776,log4j-api-2.17.0.jar
1789339,log4j-core-2.17.0.jar
24252,log4j-slf4j-impl-2.17.0.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
519087,mail-1.5.0-b01.jar
106949,miglayout-core-5.3.jar
22576,miglayout-swing-5.3.jar
Expand Down
5 changes: 3 additions & 2 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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</p>
<p>JMeter 5.5 ships with log4j2 2.17.1</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>
Expand Down Expand Up @@ -175,7 +175,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.1 (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.0 (from 2.13.3).</li>
<li>Updated Apache log4j2 to 2.17.1 (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>
Expand Down Expand Up @@ -290,6 +290,7 @@ however, the profile can't be updated while the test is running.
<li>Woonsan Ko (woonsan.ko at bloomreach.com)</li>
<li>Chromico Rek (atech5122 at gmail.com)</li>
<li>Magnus Spångdal (magnus.spangdal as avanza.se)</li>
<li>Piotr Smietana (piotrsmietana1998 at gmail.com)</li>
</ul>
<p>We also thank bug reporters who helped us improve JMeter.</p>
<ul>
Expand Down