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 fee5548 Updated commons-dbcp2 to 2.7.0 (from 2.5.0)
fee5548 is described below
commit fee5548860f8dfe806a466dc0d90ffdb8a2570f4
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 14:08:46 2020 +0100
Updated commons-dbcp2 to 2.7.0 (from 2.5.0)
Bugzilla Id: 63809
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 76b8d2c..b0dad04 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -56,7 +56,7 @@ caffeine.version=2.8.0
cglib-nodep.version=3.2.9
commons-codec.version=1.13
commons-collections.version=3.2.2
-commons-dbcp2.version=2.5.0
+commons-dbcp2.version=2.7.0
commons-io.version=2.6
commons-jexl.version=2.1.1
commons-jexl3.version=3.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d856a37..2a80d41 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -126,6 +126,7 @@ to view the last release notes of version 5.2.1.
<ul>
<li><bug>63963</bug><pr>546</pr>Updated jackson to 2.10.1 (from
2.9.10)</li>
<li><bug>64120</bug>Updated jsoup to 1.12.2 (from 1.12.1)</li>
+ <li><bug>63809</bug>Updated commons-dbcp2 to 2.7.0 (from 2.5.0)</li>
</ul>
<!-- =================== Bug fixes =================== -->