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 1228254494a09a0aec93bc83bd51ce712f789cfb Author: Felix Schumacher <[email protected]> AuthorDate: Sat Mar 5 11:15:54 2022 +0100 Updated commons-pool2 to 2.11.1 --- gradle.properties | 2 +- xdocs/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 72c4d9a..33b8326 100644 --- a/gradle.properties +++ b/gradle.properties @@ -78,7 +78,7 @@ commons-lang3.version=3.12.0 commons-logging.version=1.2 commons-math3.version=3.6.1 commons-net.version=3.8.0 -commons-pool2.version=2.11.0 +commons-pool2.version=2.11.1 commons-text.version=1.9 darklaf.version=2.7.3 darklaf.extensions.version=0.3.4 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 04522e7..7cc6a07 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -166,7 +166,7 @@ however, the profile can't be updated while the test is running. <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> - <li>Updated Apache commons-pool2 to 2.11.0 (from 2.9.0).</li> + <li>Updated Apache commons-pool2 to 2.11.1 (from 2.9.0).</li> <li>Updated equalsverifier to 3.7 (from 3.4.2).</li> <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li> <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>
