You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/01/30 13:44:38 UTC

svn commit: r1873364 - /felix/trunk/scr/pom.xml

Author: tjwatson
Date: Thu Jan 30 13:44:37 2020
New Revision: 1873364

URL: http://svn.apache.org/viewvc?rev=1873364&view=rev
Log:
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 <ma...@redhat.com>

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1873364&r1=1873363&r2=1873364&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Thu Jan 30 13:44:37 2020
@@ -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>