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/09/27 20:09:48 UTC

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

Author: ggregory
Date: Thu Sep 27 20:09:48 2018
New Revision: 1842153

URL: http://svn.apache.org/viewvc?rev=1842153&view=rev
Log:
Update tests from Apache Commons DBCP 2.4.0 to 2.5.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=1842153&r1=1842152&r2=1842153&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 27 20:09:48 2018
@@ -418,7 +418,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.4.0</version>
+      <version>2.5.0</version>
       <scope>test</scope>
     </dependency>