Bump org.dbunit:dbunit from 2.7.0 to 2.7.2.
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.">