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 9f3d39d Updated Apache commons-dbcp2 to 2.8.0 (from 2.7.0)
9f3d39d is described below
commit 9f3d39ddd3797bf3b9281708984eaa6010f063b7
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 19:48:40 2020 +0100
Updated Apache commons-dbcp2 to 2.8.0 (from 2.7.0)
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 9436041..d09956d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -64,7 +64,7 @@ commons-lang.version=2.6
commons-lang3.version=3.9
commons-math3.version=3.6.1
commons-net.version=3.6
-commons-pool2.version=2.7.0
+commons-pool2.version=2.8.0
commons-text.version=1.8
darcula.version=e208efb96f70e4be9dc362fbb46f6e181ef501dd
dec.version=0.1.2
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 2950ddb..6a5f1ed 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -131,6 +131,7 @@ to view the last release notes of version 5.2.1.
<li>Updated bouncycastle to 1.64 (from 1.60)</li>
<li>Updated asm to 7.3.1 (from 7.1)</li>
<li>Updated Apache commons-codec to 1.14 (from 1.13)</li>
+ <li>Updated Apache commons-dbcp2 to 2.8.0 (from 2.7.0)</li>
</ul>
<!-- =================== Bug fixes =================== -->