Update tests from org.mockito:mockito-core 2.24.0 to 2.28.2.
diff --git a/pom.xml b/pom.xml
index d40493a..9e10fac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
     <dependency>

       <groupId>org.mockito</groupId>

       <artifactId>mockito-core</artifactId>

-      <version>2.24.0</version>

+      <version>2.28.2</version>

       <scope>test</scope>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02ffebc..a8aec5d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">

         Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final.

       </action>

+      <action dev="ggregory" type="update" due-to="Gary Gregory">

+        Update tests from org.mockito:mockito-core 2.24.0 to 2.28.2.

+      </action>

     </release>

     <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements.">

       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">