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:12:21 UTC

[jmeter] branch master updated: Update Apache commons-dbcp2 to 2.8.0 (from 2.7.0)

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 0b30d6f  Update Apache commons-dbcp2 to 2.8.0 (from 2.7.0)
0b30d6f is described below

commit 0b30d6fe8ea929cc600f8dc89e3489c4ba6fcaef
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Nov 17 12:07:54 2020 +0100

    Update 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 7293626..c3e10e2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -64,7 +64,7 @@ cglib-nodep.version=3.2.12
 commons-codec.version=1.14
 commons-collections.version=3.2.2
 commons-collections4.version=4.4
-commons-dbcp2.version=2.7.0
+commons-dbcp2.version=2.8.0
 commons-io.version=2.7
 commons-jexl.version=2.1.1
 commons-jexl3.version=3.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index ed9bb00..b2c8ef8 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -158,6 +158,7 @@ applications when JMeter is starting up.</p>
     <li>Update JUnit5 to 5.7.0 (from 5.6.2)</li>
     <li>Update Rhino to 1.7.13 (from 1.7.12)</li>
     <li>Update XStream to 1.4.14 (from 1.4.14.1)</li>
+    <li>Update Apache commons-dbcp2 to 2.8.0 (from 2.7.0)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->