[MSHARED-737] - Upgrade mockito-core to 2.18.3 JDK 10 support
 o Updated Jenkinsfile accordingly to build also JDK 10
diff --git a/Jenkinsfile b/Jenkinsfile
index 072e52e..fdf3c45 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild( 'jdks' : ["8", "9"] )
+asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10" ] )
diff --git a/pom.xml b/pom.xml
index e22f2e9..1a87da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.7.12</version>
+      <version>2.18.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>