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 c6228daaf1d7667d3052ed3f8e9600655bce6048 Author: Felix Schumacher <[email protected]> AuthorDate: Fri Aug 13 13:59:06 2021 +0200 Update Apache commons-net to 3.8.0 --- gradle.properties | 2 +- src/dist/src/dist/expected_release_jars.csv | 2 +- xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4762b2e..1d973cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -72,7 +72,7 @@ commons-lang.version=2.6 commons-lang3.version=3.12.0 commons-logging.version=1.2 commons-math3.version=3.6.1 -commons-net.version=3.7.2 +commons-net.version=3.8.0 commons-pool2.version=2.9.0 commons-text.version=1.9 darklaf.version=2.7.2 diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv index 4d4049f..b45f720 100644 --- a/src/dist/src/dist/expected_release_jars.csv +++ b/src/dist/src/dist/expected_release_jars.csv @@ -16,7 +16,7 @@ 587402,commons-lang3-3.12.0.jar 61829,commons-logging-1.2.jar 2213560,commons-math3-3.6.1.jar -307003,commons-net-3.7.2.jar +307305,commons-net-3.8.0.jar 141192,commons-pool2-2.10.0.jar 216211,commons-text-1.9.jar 1547038,darklaf-core-2.7.2.jar diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 0eb59ac..0ceed13 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -147,6 +147,7 @@ Summary <li>Updated Apache commons-dbcp2 to 2.9.0 (from 2.8.0).</li> <li>Updated Apache commons-io to 2.11.0 (from 2.8.0).</li> <li>Updated Apache commons-lang3 to 3.12.0 (from 3.11).</li> + <li>Updated Apache commons-net to 3.8.0 (from 3.7.2).</li> </ul> <!-- =================== Bug fixes =================== -->
