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 11d5bbd8fdf75db71288a93ceaed3b2c8c81e796 Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 30 11:26:05 2020 +0200 Update Apache commons-pool2 to 2.8.1 --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a3468d..d77121d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -69,7 +69,7 @@ commons-lang.version=2.6 commons-lang3.version=3.11 commons-math3.version=3.6.1 commons-net.version=3.7 -commons-pool2.version=2.8.0 +commons-pool2.version=2.8.1 commons-text.version=1.8 darklaf.version=2.4.5 dec.version=0.1.2 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 9fa2cbd..430be6c 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -143,6 +143,7 @@ applications when JMeter is starting up.</p> <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> + <li>Update Apache commons-pool2 to 2.8.1 (from 2.8.0)</li> </ul> <!-- =================== Bug fixes =================== -->
