Update tests from H2 1.4.199 to 1.4.200.
diff --git a/pom.xml b/pom.xml
index 0df8582..2fef401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.199</version>
+      <version>1.4.200</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 68a4087..9ea4af1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,9 +65,12 @@
       <action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
         NPE when creating a SQLExceptionList with a null list.
       </action>
-      <action dev="ggregory" type="fix" issue="DBCP-650" due-to="Gary Gregory">
+      <action dev="ggregory" type="update" issue="DBCP-650" due-to="Gary Gregory">
         Update Apache Commons Pool from 2.7.0 to 2.8.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from H2 1.4.199 to 1.4.200.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->