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 0432652  - Update tests from org.apache.commons:commons-dbcp2 2.6.0 to 
2.7.0. - Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.
0432652 is described below

commit 043265261c086d84ba13f800ecbcbfbbdfdd3b37
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Sep 12 10:27:37 2019 -0400

    - Update tests from org.apache.commons:commons-dbcp2 2.6.0 to 2.7.0.
    - Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2642359..195bd87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,14 +419,14 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.6.0</version>
+      <version>2.7.0</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.6.2</version>
+      <version>2.7.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20e65e8..a930e9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,12 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-757" 
due-to="Gary Gregory">
         Update org.yaml:snakeyaml from 1.24 to 1.25.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from org.apache.commons:commons-dbcp2 2.6.0 to 2.7.0.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to