mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java
16 and 17.
diff --git a/pom.xml b/pom.xml
index c08d393..5758a98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.28</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e8397a..d4f9c3e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,8 +102,8 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump checkstyle from 8.35 to 8.37 #47.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump mockito-core from 3.4.6 to 3.6.0 #46.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump mockito-core from 3.4.6 to 3.6.28 #46.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons.japicmp.version 0.14.3 -> 0.15.1.