Update tests from Mockito 3.0.0 to 3.2.0.
diff --git a/pom.xml b/pom.xml
index 2fef401..2f28ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.0.0</version>
+      <version>3.2.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ea4af1..b7899b3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from H2 1.4.199 to 1.4.200.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from Mockito 3.0.0 to 3.2.0.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->