Fix tests on Java 17

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk@1893357 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/build/byte-buddy-1.9.10.jar b/lib/build/byte-buddy-1.9.10.jar
new file mode 100644
index 0000000..239fc80
--- /dev/null
+++ b/lib/build/byte-buddy-1.9.10.jar
Binary files differ
diff --git a/lib/build/mockito-core-1.8.5.jar b/lib/build/mockito-core-1.8.5.jar
deleted file mode 100644
index e1f33b4..0000000
--- a/lib/build/mockito-core-1.8.5.jar
+++ /dev/null
Binary files differ
diff --git a/lib/build/mockito-core-1.8.5.LICENCE.txt b/lib/build/mockito-core-2.28.2.LICENCE.txt
similarity index 100%
rename from lib/build/mockito-core-1.8.5.LICENCE.txt
rename to lib/build/mockito-core-2.28.2.LICENCE.txt
diff --git a/lib/build/mockito-core-1.8.5.NOTICE.txt b/lib/build/mockito-core-2.28.2.NOTICE.txt
similarity index 100%
rename from lib/build/mockito-core-1.8.5.NOTICE.txt
rename to lib/build/mockito-core-2.28.2.NOTICE.txt
diff --git a/lib/build/mockito-core-2.28.2.jar b/lib/build/mockito-core-2.28.2.jar
new file mode 100644
index 0000000..525ff47
--- /dev/null
+++ b/lib/build/mockito-core-2.28.2.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 6fc2968..ddb279d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.8.5</version>
+      <version>2.28.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>