You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/11/17 11:21:30 UTC

[jmeter] branch master updated: Update Apache commons-pool2 to 2.9.0 (from 2.8.1 (2.8.0 since last release))

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b152e9  Update Apache commons-pool2 to 2.9.0 (from 2.8.1 (2.8.0 since last release))
1b152e9 is described below

commit 1b152e958ae188417b86bd98cb33edb18f327fb4
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Nov 17 12:20:32 2020 +0100

    Update Apache commons-pool2 to 2.9.0 (from 2.8.1 (2.8.0 since last release))
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index c3e10e2..9b1b8be 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -72,7 +72,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.1
+commons-pool2.version=2.9.0
 commons-text.version=1.9
 darklaf.version=2.4.10
 darklaf.extensions.version=0.3.4
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b2c8ef8..aa3d026 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -149,7 +149,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>
+    <li>Update Apache commons-pool2 to 2.9.0 (from 2.8.0)</li>
     <li>Update Apache commons-text to 1.9 (from 1.8)</li>
     <li>Update equalsverifier to 3.4.2 (from 3.1.13)</li>
     <li>Update junit5 to 5.6.2 (from 5.6.0)</li>