Update tests from commons-dbcp2 2.7.0 to 2.8.0.
diff --git a/pom.xml b/pom.xml
index 8d48322..0b6f271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,7 +418,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
- <version>2.7.0</version>
+ <version>2.8.0</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58a5835..aafabf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,9 @@
<action dev="ggregory" type="update" due-to="Gary Gregory">
Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Update tests from commons-dbcp2 2.7.0 to 2.8.0.
+ </action>
</release>
<release version="2.7" date="2020-03-07"
description="Minor release with new features and updated dependencies.">