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 2018/06/17 16:21:15 UTC

svn commit: r1833666 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Sun Jun 17 16:21:15 2018
New Revision: 1833666

URL: http://svn.apache.org/viewvc?rev=1833666&view=rev
Log:
Update tests from Apache Commons DBCP 2.2.0 to 2.4.0.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1833666&r1=1833665&r2=1833666&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Jun 17 16:21:15 2018
@@ -413,7 +413,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.2.0</version>
+      <version>2.4.0</version>
       <scope>test</scope>
     </dependency>