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 e9e0acd Bump org.dbunit:dbunit from 2.7.0 to 2.7.2. e9e0acd is described below commit e9e0acd0a5dddc992ad1e2e7ed5f5a4287d091b7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 25 20:15:25 2021 -0400 Bump org.dbunit:dbunit from 2.7.0 to 2.7.2. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97b768a..c941ae9 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ <dependency> <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> - <version>2.7.0</version> + <version>2.7.2</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 707f719..63ae451 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -171,6 +171,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons.javadoc.version from 3.1.1 to 3.3.0. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump org.dbunit:dbunit from 2.7.0 to 2.7.2. + </action> </release> <release version="2.7" date="2020-03-07" description="Minor release with new features and updated dependencies.">