FELIX-6215 - Cannot run scr unit tests on Java 11

Updates to the latest version of mockito 2.x for Java 11 support

Signed-off-by: Mat Booth <mat.booth@redhat.com>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1873364 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 5e6a0f8..fc03501 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -146,7 +146,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.17.0</version>
+            <version>2.28.2</version>
             <scope>test</scope>
         </dependency>