You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/25 01:21:42 UTC

[commons-configuration] branch master updated: Update tests from commons-dbcp2 2.7.0 to 2.8.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new ba8692b  Update tests from commons-dbcp2 2.7.0 to 2.8.0.
ba8692b is described below

commit ba8692bd0954d05e4a1eeb11f5efe18f8fdd2171
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 24 21:21:38 2020 -0400

    Update tests from commons-dbcp2 2.7.0 to 2.8.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d48322..0b6f271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,7 +418,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.7.0</version>
+      <version>2.8.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58a5835..aafabf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,9 @@
        <action dev="ggregory" type="update" due-to="Gary Gregory">
          Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update tests from commons-dbcp2 2.7.0 to 2.8.0.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">