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 2019/02/28 15:44:23 UTC

[commons-configuration] branch master updated: Update tests with current Apache Commons Pool and DBCP:

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 17bf8fc  Update tests with current Apache Commons Pool and DBCP:
17bf8fc is described below

commit 17bf8fc7d293cf2c2379c3509acbcd22987b0bd7
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Feb 28 10:44:19 2019 -0500

    Update tests with current Apache Commons Pool and DBCP:
    
    - org.apache.commons:commons-dbcp2 2.5.0 -> 2.6.0
    - org.apache.commons:commons-pool2 2.6.0 -> 2.6.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f2c7d6..6f5e953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,14 +419,14 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.5.0</version>
+      <version>2.6.0</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.6.0</version>
+      <version>2.6.1</version>
       <scope>test</scope>
     </dependency>