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 16:11:30 UTC

[commons-configuration] branch master updated: Update tests from DBUnit 2.5.4 to 2Gary.6.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 55c4f03  Update tests from DBUnit 2.5.4 to 2Gary.6.0.
55c4f03 is described below

commit 55c4f033ab2c13bff49056403bf7a544c0c3adf7
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Feb 28 11:11:26 2019 -0500

    Update tests from DBUnit 2.5.4 to 2Gary.6.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bd2f74..e63fe3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
     <dependency>
       <groupId>org.dbunit</groupId>
       <artifactId>dbunit</artifactId>
-      <version>2.5.4</version>
+      <version>2.6.0</version>
       <scope>test</scope>
     </dependency>