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 1f62fa76ef115bda7ad193dbd80fc52bf060974c Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 30 11:24:37 2020 +0200 Update Apache commons-net to 3.7 --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dbf4fc3..4a3468d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -68,7 +68,7 @@ commons-jexl3.version=3.1 commons-lang.version=2.6 commons-lang3.version=3.11 commons-math3.version=3.6.1 -commons-net.version=3.6 +commons-net.version=3.7 commons-pool2.version=2.8.0 commons-text.version=1.8 darklaf.version=2.4.5 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 71bab81..9fa2cbd 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -142,6 +142,7 @@ applications when JMeter is starting up.</p> <li>Update Bouncycastle to 1.66 (from 1.64)</li> <li>Update Apache commons-io to 2.7 (from 2.6)</li> <li>Update Apache commons-lang3 to 3.11 (from 3.10)</li> + <li>Update Apache commons-net to 3.7 (from 3.6)</li> </ul> <!-- =================== Bug fixes =================== -->
